You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2015/02/21 19:38:24 UTC

svn commit: r1661426 - /ofbiz/branches/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl

Author: mridulpathak
Date: Sat Feb 21 18:38:24 2015
New Revision: 1661426

URL: http://svn.apache.org/r1661426
Log:
[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/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl

Modified: ofbiz/branches/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl?rev=1661426&r1=1661425&r2=1661426&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl (original)
+++ ofbiz/branches/release12.04/applications/order/webapp/ordermgr/return/returnItems.ftl Sat Feb 21 18:38:24 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="<@o...@ofbizUrl>">
           <input type="hidden" name="returnId" value="${returnId}" />
           <input type="hidden" name="_useRowSubmit" value="Y" />