Index: APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml =================================================================== diff -u -r62031 -r62035 --- APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml (.../ProductieLijnBepaler.cls.xml) (revision 62031) +++ APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml (.../ProductieLijnBepaler.cls.xml) (revision 62035) @@ -17,46 +17,46 @@ Categorie:APPS.Halux.common.enu.Categorie,ProductieGroep:APPS.Halux.common.enu.ProductieLijn TECH.String 1 1 1 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 ]]>