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()))