diff --git a/src/cg/cg4301.cpp b/src/cg/cg4301.cpp index b04b58ff8..e36468f6f 100755 --- a/src/cg/cg4301.cpp +++ b/src/cg/cg4301.cpp @@ -2054,7 +2054,7 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array & } if (!is_detraibile && is_reverse_charge(_mov->curr())) // significato rovesciato - vendite_rev += imponibile; + vendite_rev += imponibile; } break; default: // Chissa'... forse in futuro vi sara' un ulteriore tipo di movimento... @@ -2233,16 +2233,8 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt, TAssoc_array & if (tipodet == 1) // acquisti indeducibili su ricavi esenti art. 10 { - if (is_reverse_charge(_mov->curr())) - { - acquisti += imponibile; - acquisti_iva += imposta; - } - else - { acq_ies += imponibile; acq_ies_iva += imposta; - } } if (tipodet == 3) // passaggi interni (solo per ventilaz)