Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r62031 -r62035 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 62031) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 62035) @@ -70,7 +70,7 @@ If (..ProductieOpstartfaseBepaler.IsInOpstartfase(..MaatwerkProduct)) { Set ProductieGroep = ..ProductieGroep.Opstartfase } ElseIf (..HeeftGekoppeldKenmerkSpaceStep()) { - Set ProductieGroep = ..ProductieGroep.SpaceStep() + Set ProductieGroep = ..ProductieGroep.SpaceStep } ElseIf (..IsSpecialsKlant(KlantId, ..IngegevenKenmerken.VerpakkingType, ..IngegevenKenmerken.GeefVariant())){ Set ProductieGroep = ..ProductieGroep.SpecialsKlant } ElseIf $$$Not(..IsProductieWijzeVolledig()) { @@ -95,7 +95,7 @@ } } } - + Quit ProductieGroep ]]>