Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r74665 -r74883 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 74665) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 74883) @@ -77,12 +77,24 @@ Set ProductieGroep = ..ProductieGroep.Specials } ElseIf (..IsSpoelbaklade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1)) && $$$Not(..IsVHossVerpakking())) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak - } ElseIf (..IsSpoelbaklade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1)) && (..IsVHossVerpakking())) { + If (..IsV1Verpakking() && (..GeefAantalVerschillendeProductieGroepen() = 1)) { + Set ProductieGroep = ..ProductieGroep.Stuk + } + } + ElseIf (..IsSpoelbaklade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1)) && (..IsVHossVerpakking())) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbakVHoss - } ElseIf (..IsSmalleLade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { + } + ElseIf (..IsSmalleLade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak - } ElseIf (..IsSifonlade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { + If (..IsV1Verpakking() && (..GeefAantalVerschillendeProductieGroepen() = 1)) { + Set ProductieGroep = ..ProductieGroep.Stuk + } + } + ElseIf (..IsSifonlade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak + If (..IsV1Verpakking() && (..GeefAantalVerschillendeProductieGroepen() = 1)) { + Set ProductieGroep = ..ProductieGroep.Stuk + } } Else { If (..IsV1Verpakking()) { Set ProductieGroep = ..ProductieGroep.Stuk