Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml
===================================================================
diff -u -r30702 -r34184
--- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 30702)
+++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 34184)
@@ -47,6 +47,13 @@
]]>
+
+
+
+
-Verpakking:DOM.PM.enu.TBXVerpakking=##class(DOM.PM.enu.TBXVerpakking).StukMetOnderdelen(),OnderdelenSpeciaal:%String="",BodemBreedte:%Decimal=1249
+Verpakking:DOM.PM.enu.TBXVerpakking=##class(DOM.PM.enu.TBXVerpakking).StukMetOnderdelen(),OnderdelenSpeciaal:%String="",BodemBreedte:%Decimal=1249,GeleiderTechnologie:DOM.PM.enu.TBXBlumotion=##class(DOM.PM.enu.TBXBlumotion).Geintegreerd()
1
DOM.PM.TBXProduct.TBXLade
Index: APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml
===================================================================
diff -u -r30702 -r34184
--- APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 30702)
+++ APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 34184)
@@ -17,6 +17,8 @@
Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials()
} ElseIf (..IsBijzonderGroteLade(TBXLade)) {
Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials()
+ } ElseIf (TBXLade.GeefBlumotion()="TOB") {
+ Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials()
} ElseIf ((Verpakking = ##class(DOM.PM.enu.TBXVerpakking).KastMetOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).KastZonderOnderdelen())) {
set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Pallet()
If (..IsKastKlant(KlantID)) {