Correzione MI2378 e MI2380, relativo al calcolo/scorporo ventilazione.
(Deve evitare di considerare i tipidet == 1 e 9) git-svn-id: svn://10.65.10.50/trunk@5639 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
871e1e82d9
commit
66b38bf4cd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user