Author: jleroux
Date: Sat Jun 22 12:31:45 2013
New Revision: 1495717
URL:
http://svn.apache.org/r1495717Log:
A patch from Pierre Smits for "Return pdf should be generated in a new window."
https://issues.apache.org/jira/browse/OFBIZ-5240Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl?rev=1495717&r1=1495716&r2=1495717&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl Sat Jun 22 12:31:45 2013
@@ -35,7 +35,7 @@ under the License.
<ul>
<li>
<ul>
- <li><a href="<@ofbizUrl>return.pdf?returnId=${returnId?if_exists}</@ofbizUrl>">PDF</a></li>
+ <li><a href="<@ofbizUrl>return.pdf?returnId=${returnId?if_exists}</@ofbizUrl>" target="_BLANK" >PDF</a></li>
<#if returnId?exists>
<#assign returnItems = delegator.findByAnd("ReturnItem", Static["org.ofbiz.base.util.UtilMisc"].toMap("returnId", returnId, "returnTypeId", "RTN_REFUND"), null, false)/>
<#if returnItems?has_content>