Index: WS/AX/DocGen/ProxyDataHelper.cls.xml
===================================================================
diff -u -r65630 -r65635
--- WS/AX/DocGen/ProxyDataHelper.cls.xml (.../ProxyDataHelper.cls.xml) (revision 65630)
+++ WS/AX/DocGen/ProxyDataHelper.cls.xml (.../ProxyDataHelper.cls.xml) (revision 65635)
@@ -19,7 +19,7 @@
FactuurData:BL.Flow.Proxy.pxFactuur
0) {
#dim FactLev As BL.Flow.Proxy.pxFactLev = FactuurData.LEVERINGEN.GetNext("")
If $IsObject(FactLev) {
#dim OrderLijnen As %ListOfObjects = FactLev.ORDERS.GetNext("").LIJNEN
@@ -43,7 +43,7 @@
If (CurrentDate >= $$$Datum15aug2021) && (CurrentDate < $$$Datum01okt2021) && $IsObject(OrderLijnen) {
#dim TekstLeveringenVanaf01okt As %String = ..GeefTekstLeveringenVanaf01okt(Taal)
- #dim TekstLijn As BL.Flow.Proxy.pxTekstLijn = ..MaakTekstLijnLeveringenVanaf01okt(TekstLeveringenVanaf01okt)
+ #dim TekstLijn As BL.Flow.Proxy.pxTekstLijn = ..MaakTekstLijnLeveringenVanaf01okt($$$CRLF_TekstLeveringenVanaf01okt_$$$CRLF_$$$CRLF_"")
Do OrderLijnen.InsertAt(TekstLijn,1) ; Voeg tekstlijn VOORAAN toe
}
]]>