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);