svn commit: r786786 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

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

svn commit: r786786 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

ashish-18
Author: ashish
Date: Sat Jun 20 10:06:34 2009
New Revision: 786786

URL: http://svn.apache.org/viewvc?rev=786786&view=rev
Log:
Applied patch from jira issue OFBIZ-2639 (Replacement Order against "Wait Replacement Reserved" Return is not being shipped)
Thanks Mridul for the contribution.

Modified:
    ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml?rev=786786&r1=786785&r2=786786&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml Sat Jun 20 10:06:34 2009
@@ -901,6 +901,7 @@
                     <if-compare field="orderHeader.statusId" operator="equals" value="ORDER_HOLD">
                         <set field="changeOrderStatusMap.statusId" value="ORDER_APPROVED"/>
                         <set field="changeOrderStatusMap.orderId" from-field="returnItemResponse.replacementOrderId"/>
+                        <set field="changeOrderStatusMap.setItemStatus" value="Y"/>
                         <call-service service-name="changeOrderStatus" in-map-name="changeOrderStatusMap"/>
                     </if-compare>
                     <if-compare field="orderHeader.statusId" operator="equals" value="ORDER_CANCELLED">