You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2015/11/21 11:39:32 UTC

svn commit: r1715494 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml

Author: deepak
Date: Sat Nov 21 10:39:32 2015
New Revision: 1715494

URL: http://svn.apache.org/viewvc?rev=1715494&view=rev
Log:
(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>