Index: APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml =================================================================== diff -u -r59170 -r59623 --- APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59170) +++ APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59623) @@ -226,6 +226,13 @@ 1 + +%String +"TBX-OG" +1 +1 + + %String "TBX-SIFON" Index: APPS/Halux/common/enu/ProductieGroep.cls.xml =================================================================== diff -u -r59170 -r59623 --- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59170) +++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59623) @@ -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 +,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 @@ -239,6 +239,13 @@ + + +1 +APPS.Halux.common.enu.ProductieGroep + + Index: APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml =================================================================== diff -u -r59170 -r59623 --- APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59170) +++ APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59623) @@ -74,6 +74,8 @@ Do ..VerwerkStandaard() } ElseIf ProductieGroep = "S" { Do ..VerwerkStuk() + } ElseIf ProductieGroep = "TBX-OG" { + Do ..VerwerkTBXOrionGrijs() } ElseIf ProductieGroep = "TBX-SIFON" { Do ..VerwerkTBXSifon() } Else { @@ -269,6 +271,12 @@ + +1 +1 + + + 1 1