Index: AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml =================================================================== diff -u -r42844 -r42853 --- AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 42844) +++ AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 42853) @@ -94,7 +94,6 @@ Set ..AxHoofding.PostingProfile = "ALG" Set ..AxHoofding.PurchaseType = "Aankooporder" Set ..AxHoofding.PurchId = Toelevering.GeefID() - Set ..AxHoofding.PurchName = Leverancier.GeefNaam() Set ..AxHoofding.PurchStatus = "Openstaande order" Set ..AxHoofding.SettleVoucher = "Geen" Set ..AxHoofding.TaxGroup = ..Utils.ConvertLeverancierTaxGroup(Vestiging,Leverancier) @@ -115,6 +114,7 @@ Set ..AxHoofding.OrderAccount = ..BepaalOrderAccountVanHoecke(Leverancier,Toelevering) Set ..AxHoofding.Payment = ..BepaalPaymentVanHoecke(Leverancier) Set ..AxHoofding.PaymMode = ..BepaalPaymModeVanHoecke(Leverancier) + Set ..AxHoofding.PurchName = ..BepaalPurchNameVH(Leverancier,Toelevering) Set ..AxHoofding.VendorRef = ..BepaalVendorRefVanHoecke(Leverancier,Toelevering) ]]> @@ -130,6 +130,7 @@ Set ..AxHoofding.OrderAccount = ..BepaalOrderAccountHalux(Leverancier) Set ..AxHoofding.Payment = "" Set ..AxHoofding.PaymMode = "SEPA" + Set ..AxHoofding.PurchName = Leverancier.GeefNaam() Set ..AxHoofding.VendorRef = Toelevering.GeefReferentie() ]]> @@ -257,6 +258,21 @@ ]]> + +Leverancier:DOM.AKP.Leverancier,Toelevering:DOM.AKP.Toelevering + + + Leverancier:DOM.AKP.Leverancier,Toelevering:DOM.AKP.Toelevering 1