From 230717eef125816446bcbd56acb4efc6089dfb77 Mon Sep 17 00:00:00 2001 From: cris Date: Mon, 16 Mar 1998 14:01:03 +0000 Subject: [PATCH] Chisura: se non chiudo anche i sospesi elimino dalla chiusura anche i sospesi per un solo tipo di donazione Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@6367 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at0600.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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);