Index: OBJTimpl/WMSOrder/OphalenPickLijnenConsolidatie.cls.xml =================================================================== diff -u -r71903 -r72124 --- OBJTimpl/WMSOrder/OphalenPickLijnenConsolidatie.cls.xml (.../OphalenPickLijnenConsolidatie.cls.xml) (revision 71903) +++ OBJTimpl/WMSOrder/OphalenPickLijnenConsolidatie.cls.xml (.../OphalenPickLijnenConsolidatie.cls.xml) (revision 72124) @@ -134,7 +134,7 @@ _" inner join DCEREPORT_LOCATIONS ml on ml.OID = oa.TO_LOCATION_OID " _" where orders.ID ='" _ ConsolidatieNr _ "' " _" and orders.STATUS = 14 " - _" and ml.fullname<>'ST.VP-KLEIN'" ; Verpakkingstation tussengevoegd bijgevolg dubbeltelling. PV 06-06-2023 + _" and ml.fullname not like 'ST.%'" ; Verpakkingstation tussengevoegd bijgevolg dubbeltelling. PV 06-06-2023 _" order by olines.name " try