Index: APPS/Halux/common/enu/ProductieLijn.cls.xml
===================================================================
diff -u -r29059 -r31124
--- APPS/Halux/common/enu/ProductieLijn.cls.xml (.../ProductieLijn.cls.xml) (revision 29059)
+++ APPS/Halux/common/enu/ProductieLijn.cls.xml (.../ProductieLijn.cls.xml) (revision 31124)
@@ -6,11 +6,11 @@
%EnumString
-,1,2,3,K
+,1,2,3,K,4
-,Lijn 1,Lijn 2,Lijn 3,Lijn K
+,Lijn 1,Lijn 2,Lijn 3,Lijn K,Lijn 4
@@ -34,6 +34,13 @@
]]>
+
+1
+APPS.Halux.common.enu.ProductieLijn
+
+
+
1
APPS.Halux.common.enu.ProductieLijn
Index: APPS/Halux/Planning/impl/BatchService.cls.xml
===================================================================
diff -u -r30737 -r31124
--- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 30737)
+++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 31124)
@@ -264,10 +264,15 @@
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee())
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Keller())
- } ElseIf ##class(TECH.StringUtils).Equals(Categorie,##class(APPS.Halux.common.enu.Categorie).TAORbox(),##class(APPS.Halux.common.enu.Categorie).Legrabox()) {
+ } ElseIf Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox() {
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee())
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie())
+ } ElseIf Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox() {
+ Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())
+ Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee())
+ Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie())
+ Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier())
} Else{
Do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())
}