Patch level : 10.0 216

Files correlati     : mr2.exe
Ricompilazione Demo : [ ]
Commento            :

Sistemato il pulsante conferma per le  umerazioni provvisorie


git-svn-id: svn://10.65.10.50/trunk@18112 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-01-26 12:47:10 +00:00
parent 2857f60baf
commit 519c82a460

View File

@ -437,7 +437,7 @@ bool TPlanning_mask::test_special(const TString & num) const
{
const TRectype & rec = cache().get("%NUM", num);
return rec.get_bool("B8");
return rec.get_bool("B9");
}
bool TPlanning_mask::has_confirmed_status(const TRectype &doc, TToken_string &riga) const