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)