Index: BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml
===================================================================
diff -u -r63102 -r63119
--- BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml (.../ProboxInhoudEtiketGenerator.cls.xml) (revision 63102)
+++ BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml (.../ProboxInhoudEtiketGenerator.cls.xml) (revision 63119)
@@ -13,15 +13,21 @@
1
+
+DOM.VKP.Order
+1
+
+
-PartijAPI:DOM.PARTIJ.PartijAPI="",HtmlInhoudProboxEtiketBepaler:BL.PPS.TBX.DocsV1.HtmlInhoudProboxEtiketBepaler=""
+PartijAPI:DOM.PARTIJ.PartijAPI="",HtmlInhoudProboxEtiketBepaler:BL.PPS.TBX.DocsV1.HtmlInhoudProboxEtiketBepaler="",OrderAPI:DOM.VKP.Order=""
1
1
%Status
1
@@ -45,6 +51,8 @@
#dim KlantNummer As %String = DnaCode.KlantNummer
#dim Partij As DOM.PARTIJ.Partij = ..PartijAPI.GeefPartij(DnaCode.KlantNummer)
+ #dim Order as DOM.VKP.Order = ..OrderAPI.GeefOrder(DnaCode.OrderId)
+
Set ProboxInhoudLabel = ##class(BL.Etiket.ProboxInhoud).%New()
Set ProboxInhoudLabel.Device = LabelDevice
@@ -53,6 +61,7 @@
Set ProboxInhoudLabel.InhoudAlsHTML = ..HtmlInhoudProboxEtiketBepaler.BepaalHtmlInhoudProboxEtiket(DnaCodeIterator)
Set ProboxInhoudLabel.PalletBarcode = PalletId
Set ProboxInhoudLabel.PalletBarcodeTxt = ..FormatteerPalletID(PalletId)
+ Set ProboxInhoudLabel.OrderRef = Order.GeefOrderReferentie()
Set ProboxInhoudLabel.Logo = ..GeefEtiketLogo(KlantNummer)