Index: APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml
===================================================================
diff -u -r57836 -r59124
--- APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 57836)
+++ APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59124)
@@ -225,6 +225,13 @@
1
1
+
+
+%String
+"TBX-SPOELBAK"
+1
+1
+
Index: APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml
===================================================================
diff -u -r57836 -r59124
--- APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 57836)
+++ APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59124)
@@ -74,6 +74,8 @@
Do ..VerwerkStandaard()
} ElseIf ProductieGroep = "S" {
Do ..VerwerkStuk()
+ } ElseIf ProductieGroep = "TBX-SPOELBAK" {
+ Do ..VerwerkTBXSpoelbak()
} Else {
Set Exceptie = ##class(TECH.Exceptions.EnumerationException).%New(ProductieGroep,"APPS.Halux.common.enu.ProductieGroep",$classname())
Do ##class(TECH.ExceptionHandler).Throw(Exceptie)
@@ -266,6 +268,12 @@
1
+
+
+1
+1
+
+
Index: APPS/Halux/common/enu/ProductieGroep.cls.xml
===================================================================
diff -u -r57836 -r59124
--- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 57836)
+++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59124)
@@ -6,7 +6,7 @@
TECH.Enumeration
-,P,A,S,+,X,Std,Special,SpecialPM,Opstartfase,KAD-PSV-EV,KAD-PSV-IL,KAD-PSV-WE,KAD-PSV-S,KAD-PSA-EV,KAD-PSA-CR,KAD-PSA-IL,KAD-PSG-EV,KAD-PBG-EV,KAD-PBG-S,KAD-PBA-EV,KAD-PBR-EV,KAD-PBK-EV,KAD-PB9-EV,KAD-PB9-S,KAD-P05-EV,KAD-PSS-WE,KAD-VUL-VUL,LBX-SPOELBAK,LBX-SPOELBAK-VHOSS,TAX-LC,TAX-FPV,TAX-BOG
+,P,A,S,+,X,Std,Special,SpecialPM,Opstartfase,KAD-PSV-EV,KAD-PSV-IL,KAD-PSV-WE,KAD-PSV-S,KAD-PSA-EV,KAD-PSA-CR,KAD-PSA-IL,KAD-PSG-EV,KAD-PBG-EV,KAD-PBG-S,KAD-PBA-EV,KAD-PBR-EV,KAD-PBK-EV,KAD-PB9-EV,KAD-PB9-S,KAD-P05-EV,KAD-PSS-WE,KAD-VUL-VUL,LBX-SPOELBAK,LBX-SPOELBAK-VHOSS,TAX-LC,TAX-FPV,TAX-BOG,TBX-SPOELBAK
@@ -232,6 +232,13 @@
+
+
+1
+APPS.Halux.common.enu.ProductieGroep
+
+