Patch level : 12.00 1314

Commento            : sy ve

Liquidazione Sile
This commit is contained in:
Alessandro Bonazzi 2024-01-16 10:26:40 +01:00
parent 2ec08b167f
commit 8c49b42ac5

View File

@ -2494,7 +2494,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
// if (_isannual && d._r20 > ZERO) // if (_isannual && d._r20 > ZERO)
// print_importo(rw++, TR("CREDITO RIPORTATO NELL'ANNO SUCCESSIVO"), -d._r20); // print_importo(rw++, TR("CREDITO RIPORTATO NELL'ANNO SUCCESSIVO"), -d._r20);
if (_isannual) if (_isannual)
print_importo(rw++, TR("CREDITO RIPORTATO NELL'ANNO SUCCESSIVO"), iva + d._r20); print_importo(rw++, TR("CREDITO RIPORTATO NELL'ANNO SUCCESSIVO"), /*iva +*/ d._r20);
if (_is_visliq) if (_is_visliq)
rw++; rw++;
} }