Author: deepak
Date: Sat Nov 21 10:39:32 2015
New Revision: 1715494
URL:
http://svn.apache.org/viewvc?rev=1715494&view=revLog:
(OFBIZ-6107) Applied patch from jira issue.
===========================================================
Currently the quote report (or print) opens in the same
window. This should be in a new window(target = _BLANK)
Thanks Pierre Smits for your contribution.
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml?rev=1715494&r1=1715493&r2=1715494&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Sat Nov 21 10:39:32 2015
@@ -247,8 +247,8 @@ under the License.
<menu name="QuoteSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
menu-container-style="button-bar button-style-2">
- <menu-item name="quoteReport" title="${uiLabelMap.CommonReport}">
- <link target="QuoteReport">
+ <menu-item name="quoteReport" title="${uiLabelMap.CommonPdf}">
+ <link target="QuoteReport" target-window="_BLANK">
<parameter param-name="quoteId" from-field="quote.quoteId"/>
</link>
</menu-item>