diff --git a/cg/cg4301.cpp b/cg/cg4301.cpp index 6a002ee37..5bf36db4e 100755 --- a/cg/cg4301.cpp +++ b/cg/cg4301.cpp @@ -647,6 +647,11 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt) */ if (month == 13) { + // Filling dell'array per IVA11 + if (_is_interactive && _month == 13) + iva11_set_arr(trueatt); + + // si contano soltanto le vendite. bool okc = tipomov == vendita; // purche' ... @@ -662,10 +667,6 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt) continue; } - // Filling dell'array per IVA11 - if (_is_interactive && _month == 13) - iva11_set_arr(trueatt); - if (noninc) // non incassati: non devono entrare in nessun altro calcolo { nin_imp = imponibile;