From 041412110d9034bf8fc8ba9675cf68af32d2fa46 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 18 Sep 2007 12:53:30 +0000 Subject: [PATCH] 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 --- cg/cg0200.h | 1 - cg/cg3900.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;