diff --git a/src/cg/cg4304.cpp b/src/cg/cg4304.cpp index f621c86c2..2e425b05d 100755 --- a/src/cg/cg4304.cpp +++ b/src/cg/cg4304.cpp @@ -2426,7 +2426,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; +// 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; @@ -2547,7 +2547,7 @@ void TLiquidazione_app::set_grand_2000(_DescrItem& d, int &rw) if (credito_autorizzato_F24 > ZERO) { credito_utilizzabile += 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); + set_row(rw++,FR("%s@11gCredito IVA autorizzato in F24%s@58g%r@100gil %s"), _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &credito_autorizzato_F24, (const char *) data_autorizzazione); } set_row(rw++, FR("@11gCredito IVA compensabile detratto@75g%r"), &credito_utilizzato_IVA); credito_utilizzabile -= credito_utilizzato_IVA;