svn commit: r1138878 - /ofbiz/branches/release10.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: r1138878 - /ofbiz/branches/release10.04/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

jacopoc
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">