Index: APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml =================================================================== diff -u -r69353 -r69473 --- APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 69353) +++ APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 69473) @@ -234,7 +234,7 @@ While GesorteerdeUitvoeringInfoIterator.HasNext() { Set Product = GesorteerdeUitvoeringInfoIterator.Next() - If $$$Not(##class(TECH.StringUtils).StartsWith(Product.HFV.GeefOmschrijving(), "TIP-ON BLUMOTION eenheid", "TiponBlumotionAdapter", "Reling zijkant")) { + If $$$Not(##class(TECH.StringUtils).StartsWith(Product.HFV.GeefOmschrijving(), "TIP-ON BLUMOTION eenheid", "Reling zijkant")) { Do NieuweLijst.Insert(Product) } } Index: APPS/Halux/PPS/Document/impl/MVX/OnderdelenPicking.cls.xml =================================================================== diff -u -r69351 -r69473 --- APPS/Halux/PPS/Document/impl/MVX/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 69351) +++ APPS/Halux/PPS/Document/impl/MVX/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 69473) @@ -95,8 +95,8 @@ Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Geleider()) Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).FrontBevestigingBoven()) Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).FrontBevestigingOnder()) - Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).AfdekkapBinnen()) - Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).AfdekkapBuiten()) + Do ..VoegToeWeerTeGevenRol(ProductieRouteFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).AfdekkapBinnen()) + Do ..VoegToeWeerTeGevenRol(ProductieRouteFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).AfdekkapBuiten()) Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Opvullijst()) Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).TiponBlumotionEenheid()) Do ..VoegToeWeerTeGevenRol(GeenFilter, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).TiponBlumotionMeenemer()) Index: APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml =================================================================== diff -u -r69352 -r69473 --- APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 69352) +++ APPS/Halux/PPS/Document/ProductieDetailDocument/impl/MVX/DetailBladGroepenBepaler.cls.xml (.../DetailBladGroepenBepaler.cls.xml) (revision 69473) @@ -14,8 +14,8 @@ If Rol = MvxRol.AfdekkapFrontHouderBinnen { Set GroepNaam=##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).BinFront() } ElseIf Rol = MvxRol.AfdekkapRugWandHouder { Set GroepNaam=..GeefGroepNaamMonterenOfOnderdelen2(ProductieRoute) } ElseIf Rol = MvxRol.Adapterstuk { Set GroepNaam=##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).BinFront() } - ElseIf Rol = MvxRol.AfdekkapBinnen { Set GroepNaam=##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Onderdelen2() } - ElseIf Rol = MvxRol.AfdekkapBuiten { Set GroepNaam=##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Onderdelen2() } + ElseIf Rol = MvxRol.AfdekkapBinnen { Set GroepNaam=..GeefGroepNaamMonterenOfOnderdelen2(ProductieRoute) } + ElseIf Rol = MvxRol.AfdekkapBuiten { Set GroepNaam=..GeefGroepNaamMonterenOfOnderdelen2(ProductieRoute) } ElseIf Rol = MvxRol.BevestigingBodemFront { Set GroepNaam=..GeefGroepNaamEindmontageOfOnderdelen2(ProductieRoute) } ElseIf Rol = MvxRol.Bodem { Set GroepNaam=##class(APPS.Halux.PPS.Document.ProductieDetailDocument.impl.MVX.enu.DetailBladLayoutGroepen).Bodem() } ElseIf Rol = MvxRol.Boxcap { Set GroepNaam=..GeefGroepNaamEindmontageOfOnderdelen2(ProductieRoute) }