Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Sblocco sospesi: azzera l'ultima convocazione dei soggetti sbloccati


git-svn-id: svn://10.65.10.50/trunk@7260 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-10-16 14:13:25 +00:00
parent d36482e79a
commit 094d82d8c8

View File

@ -196,6 +196,9 @@ bool TSbloccoSospesi::preprocess_page(int file, int counter)
reccon.put(CON_TIPOCON, FINE_SOSPENSIONE);
_scontrolli->add_row(reccon);
_scontrolli->rewrite();
recsog.put(SOG_DATACONV,NULLDATE);
recsog.put(SOG_DATAULTSOL,NULLDATE);
recsog.put(SOG_NUMCONV,0);
//current_cursor()->file().rewrite();
}
if ((statosi == "SO" && datafinesi.ok() && datafinesi <= app()._data_sblocco) || (statoaf == "SO" && datafineaf.ok() && datafineaf <= app()._data_sblocco))
@ -232,6 +235,9 @@ bool TSbloccoSospesi::preprocess_page(int file, int counter)
}
_sidoneita->add_row(recido);
_sidoneita->rewrite();
recsog.put(SOG_DATACONV,NULLDATE);
recsog.put(SOG_DATAULTSOL,NULLDATE);
recsog.put(SOG_NUMCONV,0);
}
if (statoaf == "SO" && datafineaf.ok() && datafineaf <= app()._data_sblocco)
{