diff --git a/cg/cg0200.h b/cg/cg0200.h index 67af24704..0aec1ed9d 100755 --- a/cg/cg0200.h +++ b/cg/cg0200.h @@ -136,7 +136,6 @@ #define F_CODSPED1 225 #define F_CODSPED2 226 #define F_RAGSOCALLEG 228 -#define F_DESTACF 229 #define F_CODDEP 230 #define F_RAGGEFF 232 #define F_NUMCC 233 diff --git a/cg/cg3900.cpp b/cg/cg3900.cpp index 56be609fa..0abfc76f4 100755 --- a/cg/cg3900.cpp +++ b/cg/cg3900.cpp @@ -834,7 +834,7 @@ TRecordset* TAlleg_mask::new_recordset(char tipocf, bool strict) continue; // Controllo inutilmente anche il tipo documento - const TString& tipodoc = caus.tipodoc(); + const TString& tipodoc = caus.tipo_doc(); if (documento_corrispettivi(tipodoc)) continue; @@ -1008,7 +1008,7 @@ void TAlleg_mask::log_error(const char* ragsoc, const char* msg1, const char* ms { TString str; str = ragsoc; - str.strip_d_spaces(); + str.strip_double_spaces(); str << " - " << msg1; if (msg2 && *msg2) str << " : " << msg2;