diff --git a/cg/cg3900.cpp b/cg/cg3900.cpp index 89c585d66..3358eed54 100755 --- a/cg/cg3900.cpp +++ b/cg/cg3900.cpp @@ -1143,7 +1143,7 @@ void TAlleg_mask::log_error(const TRecordset& clifo, const char* msg1, const cha str << clifo.get("#RECORD.NUMBER") << ". " << clifo.get(CLI_TIPOCF) << clifo.get(CLI_CODCF) << ' ' << clifo.get(CLI_RAGSOC); - str.strip_d_spaces(); + str.strip_double_spaces(); log_error(str, msg1, msg2, errlog, severity); } diff --git a/cg/cg6400.cpp b/cg/cg6400.cpp index ecfad8b03..e4f3ad7c9 100755 --- a/cg/cg6400.cpp +++ b/cg/cg6400.cpp @@ -189,7 +189,7 @@ bool TRic_archivi::leggi_marker() if (_numtotdisk == 0) { message_box(TR("Il numero totale dischi su marker non e' significativo: impossibile proseguire")); - return false: + return false; } if (_progdisk != _numdisk) diff --git a/cg/cg6902.cpp b/cg/cg6902.cpp index e053bb770..c62d21943 100755 --- a/cg/cg6902.cpp +++ b/cg/cg6902.cpp @@ -1403,7 +1403,7 @@ bool TInv_cont::invio_mov_IVA() str.format("%014s", (const char*) corrval); record.overwrite(str,160); //Corrispettivo in valuta - const bool nota = _triva->get_bool(RMI_NOTAVARECF); + const bool nota = _triva->get_bool(RMI_NAVP); record.overwrite(nota ? "1" : "0", 177); //Nota variazione relativa anni precedenti _tmov->setkey(1);