Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml
===================================================================
diff -u -r34185 -r34691
--- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 34185)
+++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 34691)
@@ -49,7 +49,7 @@
Index: APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml
===================================================================
diff -u -r34359 -r34691
--- APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 34359)
+++ APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 34691)
@@ -17,10 +17,6 @@
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()
- Set:(..TOBProductVoorTestFiles(ProductID)) ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Probox() // Tijdelijk, trouwens "TOB als Specials" is in z'n geheel "Tijdelijk" :-P
-
} 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)) {
@@ -38,21 +34,6 @@
]]>
-
-ProductID:%String
-1
-%Boolean
-
-
-
TBXLade:DOM.PM.TBXProduct.TBXLade
1