Patch level : 01.00 346

Files correlati     : 777.exe

Commento                :
Certificazione unica 2026
This commit is contained in:
Alessandro Bonazzi 2026-02-19 18:33:05 +01:00
parent 8857bebba0
commit 680465c75b

View File

@ -1387,7 +1387,7 @@ void TCU_app::main_loop()
if (percip_cache.objptr(key) != nullptr) if (percip_cache.objptr(key) != nullptr)
regfisc = (TString &)*percip_cache.objptr(key); regfisc = (TString &)*percip_cache.objptr(key);
if (invforfmin || percrit != ZERO || (regfisc.full() && regfisc != "RF02" && regfisc != "RF19")) if (percrit != ZERO && (invforfmin || (regfisc.full() && regfisc != "RF02" && regfisc != "RF19")))
{ {
t.append_record_d(rec, log); t.append_record_d(rec, log);
if (t.get_operazione() != 'A') if (t.get_operazione() != 'A')