Author: jacopoc
Date: Thu Jun 23 13:45:13 2011
New Revision: 1138877
URL:
http://svn.apache.org/viewvc?rev=1138877&view=revLog:
Patch from Pranay Pandey: oldProductId was not being set as output parameter by the service implementation while defined in service definition.
Modified:
ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?rev=1138877&r1=1138876&r2=1138877&view=diff==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Thu Jun 23 13:45:13 2011
@@ -239,6 +239,7 @@ under the License.
</if-empty>
<field-to-result field="lookedUpValue.ownerPartyId" result-name="oldOwnerPartyId"/>
<field-to-result field="lookedUpValue.statusId" result-name="oldStatusId"/>
+ <field-to-result field="lookedUpValue.productId" result-name="oldProductId"/>
<!-- special handling for the unitCost -->
<if-not-empty field="parameters.unitCost">
<if-compare field="parameters.unitCost" operator="less" value="0.0" type="BigDecimal">