You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2011/06/23 15:45:14 UTC

svn commit: r1138877 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Author: jacopoc
Date: Thu Jun 23 13:45:13 2011
New Revision: 1138877

URL: http://svn.apache.org/viewvc?rev=1138877&view=rev
Log:
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">