Index: AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml =================================================================== diff -u -r47372 -r47417 --- AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml (.../AxInventSyncCreator.cls.xml) (revision 47372) +++ AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml (.../AxInventSyncCreator.cls.xml) (revision 47417) @@ -70,8 +70,8 @@ Set InventSyncProduct.ItemId = ..GeefIdentNummer(PRNr, PRNrSoprPrincipaal) Set InventSyncProduct.QtyBlockedHLX = 0 Set InventSyncProduct.QtyBlockedVH = ..AXimplFormatter.FormatInventSyncProductQuantity($$$If(IsStockOverKinderen,0,..GeefQtyBlockedVH(PRNr,PRNrSoprPrincipaal,SOPRKindInCache))) - Set InventSyncProduct.QtyHLX = ..AXimplFormatter.FormatInventSyncProductQuantity(WVStock) + InventSyncProduct.QtyBlockedHLX - Set InventSyncProduct.QtyVH = ..AXimplFormatter.FormatInventSyncProductQuantity(FysStock) + InventSyncProduct.QtyBlockedVH + Set InventSyncProduct.QtyHLX = ..AXimplFormatter.FormatInventSyncProductQuantity(+WVStock + +InventSyncProduct.QtyBlockedHLX) + Set InventSyncProduct.QtyVH = ..AXimplFormatter.FormatInventSyncProductQuantity(+FysStock + +InventSyncProduct.QtyBlockedVH) Set InventSyncProduct.SequenceNr = ..SequenceNrGenerator.GeefVolgendProductVoorraadSyncBerichtId() Set InventSyncProduct.SOPRContractId = SoprContractId