Index: AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml =================================================================== diff -u -r41820 -r41844 --- AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 41820) +++ AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter.cls.xml (.../AankoopOrderHoofdingDixfConverter.cls.xml) (revision 41844) @@ -39,7 +39,7 @@ -AankoopApi:DOM.AKP.AankoopAPI +AankoopApi:DOM.AKP.AankoopAPI,Utils:AXimpl.Utils 1 1 %Status @@ -49,7 +49,7 @@ Set ..PartijApi = ##class(DOM.DomeinContext).Instance().GeefPartijAPI() Set ..Formatter = ##class(AX.common.impl.Formatter).%New() Set ..LevNrConverter = ##class(AX.Uitgaand.PM.impl.ConvertorLeveranciersnummerVanHoeckeNaarHalux).%New() - Set ..Utils = ##class(AXimpl.Utils).%New() + Set ..Utils = $$$Inject(Utils,##class(AXimpl.Utils).%New()) Set ..AankoopAPI = $$$Inject(AankoopApi,##class(DOM.DomeinContext).Instance().GeefAankoopAPI()) Quit $$$OK ]]>