Author: mridulpathak
Date: Sat Feb 21 11:33:38 2015
New Revision: 1661324
URL:
http://svn.apache.org/r1661324Log:
[OFBIZ-6013, OFBIZ-6090] "Return Selected Item(s)" button broken for manually created returns. Applying patch from OFBIZ-6090. Thanks to Christian Carlow for reporting the initial issue and providing the initial patch. Thanks to Amardeep for providing the updated patch.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl?rev=1661324&r1=1661323&r2=1661324&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl Sat Feb 21 11:33:38 2015
@@ -387,6 +387,7 @@ under the License.
</#if>
<!-- if no requestParameters.orderId??, then show list of items -->
<#elseif returnHeader?has_content>
+ <#assign selectAllFormName = "returnItems"/>
<form name="returnItems" method="post" action="<@ofbizUrl>createReturnItems</@ofbizUrl>">
<input type="hidden" name="returnId" value="${returnId}" />
<input type="hidden" name="_useRowSubmit" value="Y" />