Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Default su separa articoli nelle lavanderie


git-svn-id: svn://10.65.10.50/branches/R_10_00@22234 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-06-07 14:51:33 +00:00
parent 4e04218af0
commit 3c245f68d4

View File

@ -637,7 +637,11 @@ void TClifo_application::init_insert_mode(TMask& m)
init_query_mode(m);
m.enable_page(4, _gesven);
if(_gesven)
{
m.enable_page(10, _geslv);
if (_geslv)
m.set(F_ARTSEP, "X");
}
}
void TClifo_application::init_modify_mode(TMask& m)