diff --git a/build/Cg3.vcxproj.filters b/build/Cg3.vcxproj.filters index 3bdc6a590..6bdc1a46c 100644 --- a/build/Cg3.vcxproj.filters +++ b/build/Cg3.vcxproj.filters @@ -174,9 +174,6 @@ Headers - - - @@ -188,4 +185,9 @@ Forms + + + Reports + + \ No newline at end of file diff --git a/src/cg/cg3600.cpp b/src/cg/cg3600.cpp index 8daf104e6..ac0096186 100755 --- a/src/cg/cg3600.cpp +++ b/src/cg/cg3600.cpp @@ -1805,7 +1805,7 @@ void TMastrini_grid::cell_request(long rec, short id, TGrid_cell& cell) descr = mov.get(MOV_DESCR); if (descr.blank()) { - TBill uncle(rmov); + TBill uncle(rmov, true); descr = uncle.descrizione(); } } @@ -1815,7 +1815,7 @@ void TMastrini_grid::cell_request(long rec, short id, TGrid_cell& cell) // Bug 0001748: ignora descrizioni generate da contabilizzazione if (descr.blank() || descr == _mastrino.conto().descrizione()) { - const TBill conto(rmov); + const TBill conto(rmov); descr = conto.descrizione(); } } diff --git a/src/cg/cg4304.cpp b/src/cg/cg4304.cpp index eacaa560a..b07692b47 100755 --- a/src/cg/cg4304.cpp +++ b/src/cg/cg4304.cpp @@ -2389,7 +2389,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;