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:
parent
d36482e79a
commit
094d82d8c8
@ -196,6 +196,9 @@ bool TSbloccoSospesi::preprocess_page(int file, int counter)
|
|||||||
reccon.put(CON_TIPOCON, FINE_SOSPENSIONE);
|
reccon.put(CON_TIPOCON, FINE_SOSPENSIONE);
|
||||||
_scontrolli->add_row(reccon);
|
_scontrolli->add_row(reccon);
|
||||||
_scontrolli->rewrite();
|
_scontrolli->rewrite();
|
||||||
|
recsog.put(SOG_DATACONV,NULLDATE);
|
||||||
|
recsog.put(SOG_DATAULTSOL,NULLDATE);
|
||||||
|
recsog.put(SOG_NUMCONV,0);
|
||||||
//current_cursor()->file().rewrite();
|
//current_cursor()->file().rewrite();
|
||||||
}
|
}
|
||||||
if ((statosi == "SO" && datafinesi.ok() && datafinesi <= app()._data_sblocco) || (statoaf == "SO" && datafineaf.ok() && datafineaf <= app()._data_sblocco))
|
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->add_row(recido);
|
||||||
_sidoneita->rewrite();
|
_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)
|
if (statoaf == "SO" && datafineaf.ok() && datafineaf <= app()._data_sblocco)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user