From 70a89be14a87fbb0113acfdb1fed7b9ffdf31438 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Wed, 12 Feb 2020 21:16:30 +0100 Subject: [PATCH] Patch level : 12.0 942 Files correlati : cg4.exe Commento : Esposto il credito derivante dal versamento dell'acconto in dicembre --- src/cg/cg4304.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cg/cg4304.cpp b/src/cg/cg4304.cpp index 51d425d96..df1640bf0 100755 --- a/src/cg/cg4304.cpp +++ b/src/cg/cg4304.cpp @@ -2467,7 +2467,12 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw) } else { - if (_isannual) + if (_month = 12) + { + const real i = -iva; + set_row(rw++, FR("@23gIMPORTO A CREDITO@75g%r"), &i); + } + if (_isannual) { const real& credito = d._r20; if (credito > ZERO)