Index: APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml =================================================================== diff -u -r68736 -r69353 --- APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 68736) +++ APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 69353) @@ -234,7 +234,7 @@ While GesorteerdeUitvoeringInfoIterator.HasNext() { Set Product = GesorteerdeUitvoeringInfoIterator.Next() - If $$$Not(##class(TECH.StringUtils).StartsWith(Product.HFV.GeefOmschrijving(), "TIP-ON BLUMOTION eenheid", "Reling zijkant")) { + If $$$Not(##class(TECH.StringUtils).StartsWith(Product.HFV.GeefOmschrijving(), "TIP-ON BLUMOTION eenheid", "TiponBlumotionAdapter", "Reling zijkant")) { Do NieuweLijst.Insert(Product) } }