You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/06/14 15:47:26 UTC

svn commit: r1493070 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml

Author: jleroux
Date: Fri Jun 14 13:47:26 2013
New Revision: 1493070

URL: http://svn.apache.org/r1493070
Log:
A patch from Pierre Smits for "PrintProductionRun Function doesn't open in new target-window" https://issues.apache.org/jira/browse/OFBIZ-5223

When printing the production run the pdf is generated in the same browser window. This should be in a new target window

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml?rev=1493070&r1=1493069&r2=1493070&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml Fri Jun 14 13:47:26 2013
@@ -275,7 +275,7 @@ under the License.
             </link>
         </menu-item>
         <menu-item name="print" title="${uiLabelMap.CommonPrint}">
-            <link target="PrintProductionRun">
+            <link target="PrintProductionRun" target-window="_BLANK">
                 <parameter param-name="productionRunId"/>
             </link>
         </menu-item>