Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r55991 -r56481 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 55991) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 56481) @@ -48,6 +48,8 @@ Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Opstartfase() } ElseIf $$$Not(IngegevenKenmerken.ProductieWijze = ..Enum.ProductieWijze.Volledig) { Set ProductieGroep = ..ProductieGroep.Specials + } ElseIf ((IngegevenKenmerken.Klasse = ..Enum.Klasse.Spoelbak) && $$$Not(IngegevenKenmerken.VerpakkingType = ..Enum.VerpakkingType.VHoss)) { + Set ProductieGroep = ..ProductieGroep.LBXSpoelbak } ElseIf ((IngegevenKenmerken.Klasse = ..Enum.Klasse.Spoelbak) && (IngegevenKenmerken.VerpakkingType = ..Enum.VerpakkingType.VHoss)) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbakVHoss } Else { Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r55991 -r56481 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 55991) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 56481) @@ -47,11 +47,11 @@ ]]> - +