Index: APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml =================================================================== diff -u -r60899 -r62444 --- APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 60899) +++ APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 62444) @@ -79,7 +79,7 @@ do ..VoegToeLadeZijkantenUitvoeringInfo(UitvoeringInfoIt.Next(), .RijenLijst) } #dim GesorteerdeLijst As list Of APPS.Halux.common.dto.LadeZijkanten = RijenLijst - If (RijenLijst.Count() > 0) { + If ((RijenLijst.Count() > 0) && $$$Not(..Batch.GeefCategorie() = ##class(APPS.Halux.common.enu.Categorie).Merivobox())) { Set GesorteerdeLijst = ..ZetOpeenvolgendeSequentienummers(RijenLijst) Set GesorteerdeLijst = ..SorteerVolgensLoopvolgordeNr(RijenLijst) Set GesorteerdeLijst = ..SorteerPerVeertig(GesorteerdeLijst)