From 216d2b6d849bf690dd826b70320511d6a5c2557c Mon Sep 17 00:00:00 2001 From: AlexBonazzi Date: Mon, 16 Sep 2019 19:50:29 +0200 Subject: [PATCH] Patch level : 12.0 874 Files correlati : cg4.exe cg1500a.uml Commento : Stampa bilancio con provvisori Liquidazione --- src/cg/cg4304.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;