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 12:36:31 UTC

svn commit: r1661325 - /ofbiz/branches/release14.12/applications/order/webapp/ordermgr/return/returnItems.ftl

Author: mridulpathak
Date: Sat Feb 21 11:36:30 2015
New Revision: 1661325

URL: http://svn.apache.org/r1661325
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/release14.12/applications/order/webapp/ordermgr/return/returnItems.ftl

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