diff --git a/cg/cg4303.cpp b/cg/cg4303.cpp index f48ec2855..062734915 100755 --- a/cg/cg4303.cpp +++ b/cg/cg4303.cpp @@ -144,7 +144,7 @@ void TLiquidazione_app::recalc_ventilation(int month, const char* codatt) * questi vengono pero' conteggiati nel totale * acquisti per rivendita */ - if (tipocr == 5 && tipodet == 3) + if (tipodet == 1 ||( tipocr == 5 && tipodet == 3) || tipodet == 9) continue; TString att(codatt);