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')