Index: APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml =================================================================== diff -u -r34691 -r35161 --- APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 34691) +++ APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 35161) @@ -15,6 +15,10 @@ If (ODSP '= "") { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() + } ElseIf (TBXLade.GeefAantalHangmappen() > 0) { + Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() + } ElseIf (..GeefKlasse(ProductID) = ##class(DOM.PM.enu.TBXKlas).Buro()) { + Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() } ElseIf (..IsBijzonderGroteLade(TBXLade)) { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() } ElseIf ((Verpakking = ##class(DOM.PM.enu.TBXVerpakking).KastMetOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).KastZonderOnderdelen())) { @@ -34,6 +38,16 @@ ]]> + +ProductID:%String +%String + + + TBXLade:DOM.PM.TBXProduct.TBXLade 1 Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r34691 -r35161 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 34691) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 35161) @@ -54,6 +54,26 @@ ]]> + + + + + + + +