diff --git a/ha/hacnv200.cpp b/ha/hacnv200.cpp index e30a122d2..70fa148f7 100755 --- a/ha/hacnv200.cpp +++ b/ha/hacnv200.cpp @@ -78,7 +78,7 @@ bool THardy_movimenti::trasferisci_righe() if (imp_dare.is_zero()) sezione = "A"; _conf->set(RMV_SEZIONE, sezione); - _conf->set(RMV_IMPORTO, (imp_avere.is_zero() ? imp_dare.valore().string() : imp_avere.valore().string())); + _conf->set(RMV_IMPORTO, (imp_avere.is_zero() ? imp_dare.valore().stringa(0,2) : imp_avere.valore().stringa(0,2))); const TString& key = recset_righe.get("IdConto").as_string(); TString4 tipoc = recset_righe.get("IdContoTp").as_string(); const char tipocc = tipoc[0];