Index: AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml
===================================================================
diff -u -r42691 -r42720
--- AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 42691)
+++ AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 42720)
@@ -13,6 +13,11 @@
1
+
+AX.Uitgaand.PM.impl.Convertor.Sopr.BlumKunde
+1
+
+
TECH.Format.FormatAPI
1
@@ -45,6 +50,7 @@
Set ..LevNrConverter = $$$Inject(LevNrConverter,##class(AX.Uitgaand.PM.impl.Convertor.ConvertorLeveranciersnummerVanHoeckeNaarHalux).%New())
Set ..Utils = $$$Inject(Utils,##class(AXimpl.Utils).%New())
Set ..AankoopAPI = $$$Inject(AankoopApi,##class(DOM.DomeinContext).Instance().GeefAankoopAPI())
+ Set ..BlumKundeOmzetter = ##class(AX.Uitgaand.PM.impl.Convertor.Sopr.BlumKunde).%New()
Quit $$$OK
]]>
@@ -108,7 +114,7 @@
Set ..AxHoofding.DeliveryStreet = "Europark-Noord 9"
Set ..AxHoofding.DefaultDimension = ..BepaalDefaultDimensionVanHoecke(Leverancier)
Set ..AxHoofding.InvoiceAccount = ..BepaalInvoiceAccountVanHoecke(Leverancier)
- Set ..AxHoofding.OrderAccount = ..BepaalOrderAccountVanHoecke(Leverancier)
+ Set ..AxHoofding.OrderAccount = ..BepaalOrderAccountVanHoecke(Leverancier,Toelevering)
Set ..AxHoofding.Payment = ..BepaalPaymentVanHoecke(Leverancier)
Set ..AxHoofding.PaymMode = ..BepaalPaymModeVanHoecke(Leverancier)
Set ..AxHoofding.VendorRef = ..BepaalVendorRefVanHoecke(Leverancier,Toelevering)
@@ -199,12 +205,20 @@
-Leverancier:DOM.AKP.Leverancier
+Leverancier:DOM.AKP.Leverancier,Toelevering:DOM.AKP.Toelevering
1
%String