Index: APPS/Halux/common/enu/ProductieGroep.cls.xml =================================================================== diff -u -r59623 -r59634 --- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59623) +++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59634) @@ -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,TBX-SIFON,TBX-OG +,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-SIFON,TBX-OG,SpecialKLT @@ -246,6 +246,13 @@ + + +1 +APPS.Halux.common.enu.ProductieGroep + + Index: APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml =================================================================== diff -u -r59623 -r59634 --- APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59623) +++ APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59634) @@ -198,6 +198,13 @@ 1 + +%String +"SpecialKLT" +1 +1 + + %String "Special" Index: APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml =================================================================== diff -u -r59623 -r59634 --- APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59623) +++ APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59634) @@ -66,6 +66,8 @@ Do ..VerwerkPlus() } ElseIf ProductieGroep = "X" { Do ..VerwerkProbox() + } ElseIf ProductieGroep = "SpecialKLT" { + Do ..VerwerkSpecialKLT() } ElseIf ProductieGroep = "Special" { Do ..VerwerkSpecials() } ElseIf ProductieGroep = "SpecialPM" { @@ -247,6 +249,12 @@ + +1 +1 + + + 1 1