-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: Release Branch 13.07
-
Fix Version/s: None
-
Component/s: product
-
Labels:None
-
Environment:
Debian(testing) + oracleJDK(v1.8.0_92)
......
<set field="inventoryItemDetailMap.quantityOnHandDiff" value="${-1 * inventoryItem.quantityOnHandTotal}" type="BigDecimal"/>
<set field="inventoryItemDetailMap.availableToPromiseDiff" value="${-1 * inventoryItem.availableToPromiseTotal}" type="BigDecimal"/>
<call-service service-name="createInventoryItemDetail" in-map-name="inventoryItemDetailMap"/>
......
when serialized item be canceled, set field result is always 1, not -1
simple-method cancelReceivedItems in file ShipmentReceiptServices.xml
- duplicates
-
OFBIZ-7943 Cancelling shipment receipt doubles the inventory
-
- Closed
-