Index: APPS/Halux/common/enu/ProductieGroep.cls.xml
===================================================================
diff -u -r1073 -r1350
--- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 1073)
+++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 1350)
@@ -7,11 +7,11 @@
0
-,P,A,S,+
+,P,A,S,+,X
-,Pallet,Kast,Stuk,Plus
+,Pallet,Kast,Stuk,Plus,Probox
@@ -41,5 +41,12 @@
+
+
+1
+APPS.Halux.common.enu.ProductieGroep
+
+
Index: APPS/Halux/common/ProductieService.cls.xml
===================================================================
diff -u -r1073 -r1350
--- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1073)
+++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1350)
@@ -34,6 +34,10 @@
{
Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Pallet()
}
+ ElseIf ((Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxMetOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxZonderOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).CommissieZonderOnderdelen()))
+ {
+ Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Probox()
+ }
Else
{
Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()
Index: DOM/PM/enu/TBXVerpakking.cls.xml
===================================================================
diff -u -r1075 -r1350
--- DOM/PM/enu/TBXVerpakking.cls.xml (.../TBXVerpakking.cls.xml) (revision 1075)
+++ DOM/PM/enu/TBXVerpakking.cls.xml (.../TBXVerpakking.cls.xml) (revision 1350)
@@ -7,7 +7,7 @@
0
-;S;Z;O;C;P;B;A
+;S;Z;O;C;P;B;A;X;Y
@@ -58,5 +58,19 @@
+
+
+1
+DOM.PM.enu.TBXVerpakking
+
+
+
+
+1
+DOM.PM.enu.TBXVerpakking
+
+