From 3c245f68d4f2fe65045241537db227140c5561e2 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 7 Jun 2011 14:51:33 +0000 Subject: [PATCH] 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 --- cg/cg0200.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cg/cg0200.cpp b/cg/cg0200.cpp index 378879462..043832025 100755 --- a/cg/cg0200.cpp +++ b/cg/cg0200.cpp @@ -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)