Patch level : 12.0 544

Files correlati     :   cg4.eze

Corretto il calcolo dell' iva dovuta o a credito per il periodo

git-svn-id: svn://10.65.10.50/branches/R_10_00@24406 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2018-02-28 15:26:12 +00:00
parent 5f9b57c8ae
commit 80ae3c69ec

View File

@ -2631,6 +2631,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw)
if (_month < 13 && credito_compensabile && credito_autorizzato_F24 > ZERO)
{
cred_prec -= credito_autorizzato_F24;
cre_deb_per += credito_autorizzato_F24;
set_row(rw++,FR("%s@11gCredito IVA autorizzato in F24%s@75g%r@100gil %s"), _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &credito_autorizzato_F24, (const char *) data_autorizzazione);
}
cred_prec -= rimborso;