Index: APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml =================================================================== diff -u -r29059 -r60773 --- APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 29059) +++ APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 60773) @@ -73,7 +73,8 @@ do ..VoegToeLadeZijkantenUitvoeringInfo(UitvoeringInfoIt.Next(), .RijenLijst) } - #dim GesorteerdeLijst As list Of APPS.Halux.common.dto.LadeZijkanten = ..SorteerRijenLijst(RijenLijst) + #dim GesorteerdeLijst As list Of APPS.Halux.common.dto.LadeZijkanten = ..SorteerMetComparator(RijenLijst) + Set GesorteerdeLijst = ..SorteerPerVeertig(GesorteerdeLijst) #dim Product As DOM.PM.Product = ##class(DOM.DomeinContext).Instance().GeefProductAPI().GeefProduct(UitvoeringInfoLijst.GetAt(1).ProductID) Set ..Document = ##class(APPS.common.Print.Kolommen.Document).%New(..#DocumentID,..#Titel_" "_Product.GeefVerpakking(),SubTitel)