Author: pranayp
Date: Sat Oct 15 12:31:48 2016
New Revision: 1765045
URL: http://svn.apache.org/viewvc?rev=1765045&view=rev
Log:
Reverted: Commit r1765030. Integration test failing, will look into it to
correct it and checkin again.
Modified:
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
Modified:
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml?rev=1765045&r1=1765044&r2=1765045&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
(original)
+++
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
Sat Oct 15 12:31:48 2016
@@ -400,9 +400,8 @@ under the License.
<if-compare value="SERIALIZED_INV_ITEM" operator="equals"
field="inventoryItem.inventoryItemTypeId">
<if-compare value="INV_AVAILABLE" operator="equals"
field="inventoryItem.statusId">
<!-- change status on inventoryItem -->
- <set field="updateInventoryItemMap.inventoryItemId"
from-field="inventoryItem.inventoryItemId"/>
- <set field="updateInventoryItemMap.statusId"
value="INV_PROMISED"/>
- <call-service service-name="updateInventoryItem"
in-map-name="updateInventoryItemMap"/>
+ <set value="INV_PROMISED" field="inventoryItem.statusId"/>
+ <store-value value-field="inventoryItem"/>
<!-- store OrderItemShipGrpInvRes record -->
<call-simple-method method-name="getPromisedDateTime"/>