From e9c99d600397b41701e741f7b382843f43c40236 Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 26 Feb 1998 14:38:47 +0000 Subject: [PATCH] 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 --- at/atlib1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at/atlib1.cpp b/at/atlib1.cpp index ebcdf3a38..001ac0858 100755 --- a/at/atlib1.cpp +++ b/at/atlib1.cpp @@ -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()))