Corretto calcolo situazione sanitaria soggetto

Patch level         :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@6271 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-02-26 14:38:47 +00:00
parent 889cf1275f
commit e9c99d6003

View File

@ -239,7 +239,7 @@ void con_reord(TRectype& soggetto, TRecord_array* controlli, TRecord_array* idon
TString16 stato = soggetto.get(SOG_STATO);
char modstato = modstato_tcs(stato);
//if ((statosi == IDONEITA || statosi.empty()) && (statoaf == IDONEITA || statoaf.empty()))
if ((statosi == IDONEITA || statosi.empty()) || (statoaf == IDONEITA || statoaf.empty()))
if ((statosi == IDONEITA) || (statoaf == IDONEITA))
if ((modstato != 'I') || (modstato != 'F'))
stato = IDONEITA;
if ((statosi == SOSPENSIONE || statosi.empty()) && (statoaf == SOSPENSIONE || statoaf.empty()))