Patch level : 12.0 1112

Files correlati     : cg5.exe
Commento :
Corretta l'abilitazione dell'importo compensato in iVA
This commit is contained in:
Alessandro Bonazzi 2022-02-18 02:04:44 +01:00
parent 8d72a093e9
commit 2ef6189293

@ -1664,7 +1664,7 @@ void Visliq_app::read_general(TMask& m)
bool enable_date = r1 != ZERO;
sh.set_row_cell(S_CREDIVA, criva, row);
sh.enable_cell(row, S_CREDIVA, debcred3 == "D");
sh.enable_cell(row, S_CREDIVA, criva > ZERO ? debcred1 == "D" : debcred3 == "D");
sh.set_row_cell(S_CREDF24PRE, crf24, row);
sh.set_row_cell(S_CREDF24, autf24, row);
enable_date |= autf24 != ZERO;