Patch level :2.0 aga

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :sistemato errore di riporto (mancava una }  )


git-svn-id: svn://10.65.10.50/trunk@10868 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2003-02-26 15:23:59 +00:00
parent 90198da228
commit 11552994e5

View File

@ -2002,11 +2002,11 @@ void TElabora_mask::update_ndoc_filter(bool is_tipo_elaborazione)
if (stato_in[0] > '0')
filter << "&&(STATO==\"" << stato_in << "\")";
filter << ')';
}
}
if (almost_one)
filter << ')';
}
}
}
else
{