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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
Author: jacopoc
Date: Thu Jun 23 13:47:02 2011
New Revision: 1138879

URL: http://svn.apache.org/viewvc?rev=1138879&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/release11.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Modified: ofbiz/branches/release11.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?rev=1138879&r1=1138878&r2=1138879&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/branches/release11.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Thu Jun 23 13:47:02 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">