Patch level : 12.0 942

Files correlati     : cg4.exe
Commento            :

Esposto il credito derivante dal versamento dell'acconto in dicembre
This commit is contained in:
Alessandro Bonazzi 2020-02-12 21:16:30 +01:00
parent 43c21f07f8
commit 70a89be14a

View File

@ -2467,7 +2467,12 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
} }
else 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; const real& credito = d._r20;
if (credito > ZERO) if (credito > ZERO)