Patch level :4.0 981

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretti casini di riporto


git-svn-id: svn://10.65.10.50/trunk@15628 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-09-18 12:53:30 +00:00
parent b4047efc3a
commit 041412110d
2 changed files with 2 additions and 3 deletions

View File

@ -136,7 +136,6 @@
#define F_CODSPED1 225 #define F_CODSPED1 225
#define F_CODSPED2 226 #define F_CODSPED2 226
#define F_RAGSOCALLEG 228 #define F_RAGSOCALLEG 228
#define F_DESTACF 229
#define F_CODDEP 230 #define F_CODDEP 230
#define F_RAGGEFF 232 #define F_RAGGEFF 232
#define F_NUMCC 233 #define F_NUMCC 233

View File

@ -834,7 +834,7 @@ TRecordset* TAlleg_mask::new_recordset(char tipocf, bool strict)
continue; continue;
// Controllo inutilmente anche il tipo documento // Controllo inutilmente anche il tipo documento
const TString& tipodoc = caus.tipodoc(); const TString& tipodoc = caus.tipo_doc();
if (documento_corrispettivi(tipodoc)) if (documento_corrispettivi(tipodoc))
continue; continue;
@ -1008,7 +1008,7 @@ void TAlleg_mask::log_error(const char* ragsoc, const char* msg1, const char* ms
{ {
TString str; TString str;
str = ragsoc; str = ragsoc;
str.strip_d_spaces(); str.strip_double_spaces();
str << " - " << msg1; str << " - " << msg1;
if (msg2 && *msg2) if (msg2 && *msg2)
str << " : " << msg2; str << " : " << msg2;