Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r59636 -r59664 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 59636) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 59664) @@ -261,7 +261,7 @@ ]]> - + - + Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r59636 -r59664 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 59636) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 59664) @@ -67,8 +67,8 @@ Set ..MaatwerkProduct = ..ProductTypeApi.GeefMaatwerkProduct(ProductId) Set ..IngegevenKenmerken = ..MaatwerkProduct.GeefIngegevenKenmerken() - If (..IsSpecialKLT(KlantId, ..IngegevenKenmerken.VerpakkingType)){ - Set ProductieGroep = ..ProductieGroep.SpecialKLT + If (..IsSpecialsKlant(KlantId, ..IngegevenKenmerken.VerpakkingType)){ + Set ProductieGroep = ..ProductieGroep.SpecialsKlant } ElseIf (..ProductieOpstartfaseBepaler.IsInOpstartfase(..MaatwerkProduct)) { Set ProductieGroep = ..ProductieGroep.Opstartfase } ElseIf $$$Not(..IsProductieWijzeVolledig()) { Index: APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml =================================================================== diff -u -r59636 -r59664 --- APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 59636) +++ APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 59664) @@ -53,8 +53,8 @@ If (..IsKlantDeDecker(KlantId) && ..IsKleurOrionGrijs(TBXLade)) { Set ProductieGroep = ..ProductieGroep.TBXOrionGrijs - } ElseIf (..IsSpecialKLT(KlantId, Verpakking)){ - Set ProductieGroep = ..ProductieGroep.SpecialKLT + } ElseIf (..IsSpecialsKlant(KlantId, Verpakking)){ + Set ProductieGroep = ..ProductieGroep.SpecialsKlant } ElseIf (..ProductieOpstartfaseBepaler.IsInOpstartfase(TBXLade, ProductId)) { Set ProductieGroep = ..ProductieGroep.Opstartfase } ElseIf (ODSP '= "") { Index: APPS/Halux/common/impl/ProductieGroepBepaler.cls.xml =================================================================== diff -u -r59635 -r59664 --- APPS/Halux/common/impl/ProductieGroepBepaler.cls.xml (.../ProductieGroepBepaler.cls.xml) (revision 59635) +++ APPS/Halux/common/impl/ProductieGroepBepaler.cls.xml (.../ProductieGroepBepaler.cls.xml) (revision 59664) @@ -28,7 +28,7 @@ ]]> - + KlantId:DOM.VKP.VanHoeckeKlantID,Verpakking:TECH.Enumeration %Boolean - + Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r59641 -r59664 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 59641) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 59664) @@ -104,13 +104,13 @@ ]]> - + Index: APPS/Halux/common/enu/ProductieGroep.cls.xml =================================================================== diff -u -r59634 -r59664 --- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59634) +++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59664) @@ -247,7 +247,7 @@ ]]> - + 1 APPS.Halux.common.enu.ProductieGroep 1 - + %String -"SpecialKLT" +"Special" 1 1 - + %String -"Special" +"SpecialKLT" 1 1 Index: APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml =================================================================== diff -u -r59634 -r59664 --- APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59634) +++ APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59664) @@ -66,10 +66,10 @@ Do ..VerwerkPlus() } ElseIf ProductieGroep = "X" { Do ..VerwerkProbox() - } ElseIf ProductieGroep = "SpecialKLT" { - Do ..VerwerkSpecialKLT() } ElseIf ProductieGroep = "Special" { Do ..VerwerkSpecials() + } ElseIf ProductieGroep = "SpecialKLT" { + Do ..VerwerkSpecialsKlant() } ElseIf ProductieGroep = "SpecialPM" { Do ..VerwerkSpecialsPM() } ElseIf ProductieGroep = "Std" { @@ -249,13 +249,13 @@ - + 1 1 - + 1 1