Author: jleroux
Date: Fri Dec 13 11:11:06 2013
New Revision: 1550690
URL:
http://svn.apache.org/r1550690Log:
Better to have this in another tab or window
Modified:
ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl?rev=1550690&r1=1550689&r2=1550690&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl Fri Dec 13 11:11:06 2013
@@ -172,7 +172,7 @@ under the License.
</td>
<td>
<#if orderReadyToPickInfoList?has_content>
- <form method="post" action="<@ofbizUrl>printPickSheets</@ofbizUrl>">
+ <form method="post" action="<@ofbizUrl>printPickSheets</@ofbizUrl>" target="_blank">
<input type="hidden" name="printGroupName" value="${groupName?if_exists}"/>
<input type="hidden" name="facilityId" value="${facilityId?if_exists}"/>
<input type="hidden" name="groupByShippingMethod" value="${requestParameters.groupByShippingMethod?if_exists}"/>
@@ -294,4 +294,4 @@ under the License.
</table>
</div>
</div>
-</#if>
\ No newline at end of file
+</#if>