From 680465c75be1d30b5b39ae0ea1895659caadc415 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Thu, 19 Feb 2026 18:33:05 +0100 Subject: [PATCH] Patch level : 01.00 346 Files correlati : 777.exe Commento : Certificazione unica 2026 --- src/m770/777200.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/m770/777200.cpp b/src/m770/777200.cpp index db13ed77d..311790a24 100755 --- a/src/m770/777200.cpp +++ b/src/m770/777200.cpp @@ -145,12 +145,12 @@ TTracciatoCU::TTracciatoCU(char tipo) add_field("Numero record di tipo 'D'", NU, 34, 9); // 5 add_field("Numero record di tipo 'G'", NU, 43, 9); // 6 add_field("Numero record di tipo 'H'", NU, 52, 9); // 7 - add_field("Numero record di tipo 'L'", NU, 61, 9); // 8 - add_filler(70,9); // 9 - add_filler(79,9); // 10 - add_filler(88,1810); // 11 - add_filler(1898,1); // 12 - add_filler(1899,2); // 13 + add_field("Numero record di tipo 'L'", NU, 61, 9); // 8 + add_filler(70,9); // 9 + add_filler(79,9); // 10 + add_filler(88,1810); // 11 + add_filler(1898,1); // 12 + add_filler(1899,2); // 13 } } @@ -1387,7 +1387,7 @@ void TCU_app::main_loop() if (percip_cache.objptr(key) != nullptr) 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); if (t.get_operazione() != 'A')