Index: APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml
===================================================================
diff -u -r60858 -r60899
--- APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 60858)
+++ APPS/Halux/PPS/Document/impl/common/LadeZijkantenPickingLijst.cls.xml (.../LadeZijkantenPickingLijst.cls.xml) (revision 60899)
@@ -42,17 +42,23 @@
1
+
+DOM.PM.ProductAPI
+1
+
+
1
1
%Status
1
@@ -80,7 +86,7 @@
Set GesorteerdeLijst = ..SorteerVolgensSequentieNr(GesorteerdeLijst)
Set GesorteerdeLijst = ..GroepeerEenBladzijdePerLijstPerKar(GesorteerdeLijst)
}
- #dim Product As DOM.PM.Product = ##class(DOM.DomeinContext).Instance().GeefProductAPI().GeefProduct(UitvoeringInfoLijst.GetAt(1).ProductID)
+ #dim Product As DOM.PM.Product = ..ProductAPI.GeefProductAPI().GeefProduct(UitvoeringInfoLijst.GetAt(1).ProductID)
Set ..Document = ##class(APPS.common.Print.Kolommen.Document).%New(..#DocumentID,..#Titel_" "_Product.GeefVerpakking(),SubTitel)
Do ..VoegDataToeAanDocument(GesorteerdeLijst)
quit ##class(TECH.ListUtils).CreateListOfObjects(..Document)
@@ -100,7 +106,7 @@
1