Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r62035 -r74470 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 62035) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 74470) @@ -75,13 +75,13 @@ Set ProductieGroep = ..ProductieGroep.SpecialsKlant } ElseIf $$$Not(..IsProductieWijzeVolledig()) { Set ProductieGroep = ..ProductieGroep.Specials - } ElseIf (..IsSpoelbaklade() && ..IsAfsplitsenNodigVoorLBXSpSiSl() && $$$Not(..IsVHossVerpakking())) { + } ElseIf (..IsSpoelbaklade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1)) && $$$Not(..IsVHossVerpakking())) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak - } ElseIf (..IsSpoelbaklade() && ..IsAfsplitsenNodigVoorLBXSpSiSl() && (..IsVHossVerpakking())) { + } ElseIf (..IsSpoelbaklade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1)) && (..IsVHossVerpakking())) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbakVHoss - } ElseIf (..IsSmalleLade() && ..IsAfsplitsenNodigVoorLBXSpSiSl()) { + } ElseIf (..IsSmalleLade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak - } ElseIf (..IsSifonlade() && ..IsAfsplitsenNodigVoorLBXSpSiSl()) { + } ElseIf (..IsSifonlade() && (..IsAfsplitsenNodigVoorLBXSpSiSl() || (..GeefAantalVerschillendeProductieGroepen() = 1))) { Set ProductieGroep = ..ProductieGroep.LBXSpoelbak } Else { If (..IsV1Verpakking()) { @@ -189,6 +189,15 @@ + + +1 +%Boolean + +