diff --git a/at/at0600.cpp b/at/at0600.cpp index c99527bc4..5f38f3771 100755 --- a/at/at0600.cpp +++ b/at/at0600.cpp @@ -81,6 +81,12 @@ bool TChiusuraPeriodica::preprocess_page(int file, int counter) const char stato = modstato_tcs(recsog.get(SOG_STATO)); if (stato == 'S') return FALSE; + const char statosi = modstato_tcs(recsog.get(SOG_STATOSI)); + if (statosi == 'S') + return FALSE; + const char statoaf = modstato_tcs(recsog.get(SOG_STATOAF)); + if (statoaf == 'S') + return FALSE; } // salto pagina se cambio sezione const TString16 codsez = recsog.get(SOG_CODSEZ);