Author: mridulpathak
Date: Sat Feb 21 11:37:31 2015
New Revision: 1661326
URL:
http://svn.apache.org/r1661326Log:
[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. Applying changes from trunk r1661324.
Modified:
ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItems.ftl
Modified: ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItems.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItems.ftl?rev=1661326&r1=1661325&r2=1661326&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItems.ftl (original)
+++ ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItems.ftl Sat Feb 21 11:37:31 2015
@@ -387,6 +387,7 @@ under the License.
</#if>
<!-- if no requestParameters.orderId exists, 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" />