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:46:27 UTC

svn commit: r1138878 - /ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Author: jacopoc
Date: Thu Jun 23 13:46:27 2011
New Revision: 1138878

URL: http://svn.apache.org/viewvc?rev=1138878&view=rev
Log:
Backported from rev. 1138877:
Patch from Pranay Pandey: oldProductId was not being set as output parameter by the service implementation while defined in service definition.


Modified:
    ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Modified: ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?rev=1138878&r1=1138877&r2=1138878&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Thu Jun 23 13:46:27 2011
@@ -233,6 +233,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">