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
This commit is contained in:
parent
892e6d7eaa
commit
1654db2eef
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user