diff --git a/at/at0700.cpp b/at/at0700.cpp index 90a402ca7..52555ab08 100755 --- a/at/at0700.cpp +++ b/at/at0700.cpp @@ -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) {