Patch level : 01.00 346
Files correlati : 777.exe Commento : Certificazione unica 2026
This commit is contained in:
parent
8857bebba0
commit
680465c75b
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user