diff --git a/at/at8400.cpp b/at/at8400.cpp index cdaeee2a4..7b8080fe0 100755 --- a/at/at8400.cpp +++ b/at/at8400.cpp @@ -143,6 +143,7 @@ bool TReconstruction::menu(MENU_TAG m) con_reord(recsog,_scontrolli,_sidoneita); recsog.rewrite(_rel->lfile()); } + /* TTable ctd("CTD"); TString16 catdon = recsog.get(SOG_CATDON); const int totdon = recsog.get_int(SOG_TOTDON); @@ -167,6 +168,7 @@ bool TReconstruction::menu(MENU_TAG m) catdon = _catfin2; } } + */ TDate dataiscsog = recsog.get_date(SOG_DATAISC); if (!dataiscsog.ok() && _dataisc) { @@ -201,9 +203,11 @@ bool TReconstruction::menu(MENU_TAG m) recsog.put(SOG_NUMCONV,numzero); } recsog.put(SOG_DATAULTAGG, oggi); - recsog.put(SOG_UTENULTAGG, "WINSIT"); + recsog.put(SOG_UTENULTAGG, "WINSIT"); + //recsog.put(SOG_UTENULTAGG, "CONV"); recsog.rewrite(_rel->lfile()); } + f->remove(); } delete pi; delete f; @@ -222,4 +226,4 @@ int at8400(int argc, char* argv[]) TReconstruction a; a.run(argc, argv, "Aggiornamento situazione soggetti da appoggio"); return 0; -} \ No newline at end of file +}