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
This commit is contained in:
cris 1998-03-16 14:01:03 +00:00
parent fbfdb099e5
commit 230717eef1

View File

@ -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);