From 8c49b42ac5fd287864282312388ad4d6107a4b3e Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Tue, 16 Jan 2024 10:26:40 +0100 Subject: [PATCH] Patch level : 12.00 1314 Commento : sy ve Liquidazione Sile --- src/cg/cg4304.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cg/cg4304.cpp b/src/cg/cg4304.cpp index 3342a6abd..16689fa3e 100755 --- a/src/cg/cg4304.cpp +++ b/src/cg/cg4304.cpp @@ -2494,7 +2494,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw) // if (_isannual && d._r20 > ZERO) // print_importo(rw++, TR("CREDITO RIPORTATO NELL'ANNO SUCCESSIVO"), -d._r20); 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) rw++; }