Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r45757 -r46079 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 45757) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 46079) @@ -13,8 +13,8 @@ 1 - -AX.Uitgaand.PM.impl.Convertor.Sopr.BlumKunde + +AX.Uitgaand.PM.impl.Convertor.Sopr.SoprContractIdConverter 1 @@ -32,7 +32,7 @@ @@ -102,7 +102,7 @@ #dim SoprIterator As TECH.ListbuildIterator = ..SoprProductConverter.GeefSOPRIterator(PrincipaalSoprPRNr) While SoprIterator.HasNext(){ Set SoprPRNr = SoprIterator.Next() - Set BlumKunde = ..BlumKundeConverter.AdminNaarAx(..SoprProductConverter.GeefBlumKunde(SoprPRNr)) + Set BlumKunde = ..SoprContractIdConverter.AdminNaarAx(..SoprProductConverter.GeefBlumKunde(SoprPRNr)) Set SOPRKindInCache = ..SoprProductConverter.GeefSOPRKindInCache(PrincipaalSoprPRNr) Do ..AxdEntityHeader.InventSync.Insert(..AxInventSyncCreator.MaakInventSync(SoprPRNr, PrincipaalSoprPRNr, BlumKunde, SOPRKindInCache)) }