From 1654db2eef657eef3139fb4b1b612f65c97d1af5 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 19 Apr 2011 14:10:04 +0000 Subject: [PATCH] Patch level : 10.980 Files correlati : tc1.exe Ricompilazione Demo : [ ] Commento : RIcodifica clienti e fornitori per invio a zucchetti git-svn-id: svn://10.65.10.50/branches/R_10_00@21983 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- tc/tc1100.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tc/tc1100.cpp b/tc/tc1100.cpp index 37e0830dd..bb2ceccb9 100755 --- a/tc/tc1100.cpp +++ b/tc/tc1100.cpp @@ -218,10 +218,10 @@ const TString& TInvio_file::bill2ricl(const char t, int gr, int co, long so, boo if (completo && t <= ' ') codricl.format("%02d%03d", co, so); else - if (t == 'C') + if (_recodeclifo && t == 'C') codricl = "18000"; else - if (t == 'F') + if (_recodeclifo && t == 'F') codricl = "36000"; else codricl.format("%05d",so);