Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r47525 -r47642 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 47525) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 47642) @@ -89,8 +89,10 @@ Set AangereiktPRNr = GenerischItemId } If ('..SoprProductConverter.IsSOPRInAX(AangereiktPRNr)){ - If ('..SoprProductConverter.IsSOPRInCache(AangereiktPRNr)){ - Do ..AxdEntityHeader.InventSync.Insert(..AxInventSyncCreator.MaakInventSync(AangereiktPRNr,,,,AxConfigId)) + If ('..SoprProductConverter.IsSOPRInCache(AangereiktPRNr)){ + If ('..SoprProductConverter.IsSOPRKindInCache(AangereiktPRNr)){ + Do ..AxdEntityHeader.InventSync.Insert(..AxInventSyncCreator.MaakInventSync(AangereiktPRNr,,,,AxConfigId)) + } } Else { Set PrincipaalSoprPRNr = ..SoprProductConverter.GeefVervangProductDoorSOPRInAX(AangereiktPRNr) Do ..SluitInSoprVarianten(PrincipaalSoprPRNr, AxConfigId)