Merged changes up to 2.3.16 into unstable
[fa-stable.git] / manufacturing / work_order_entry.php
index 544e61fec0e1c9f16955f491ab323d4d2675754b..aa8361ec346f56b3680872782dd2d7e0ea3a83f9 100644 (file)
@@ -58,10 +58,10 @@ if (isset($_GET['AddedID']))
        if ($_GET['type'] != WO_ADVANCED)
        {
                include_once($path_to_root . "/reporting/includes/reporting.inc");
-               
-               submenu_print(_("&Print This Work Order"), ST_WORKORDER, $id, 'prtopt');
+
+               submenu_print(_("&Print This Work Order"), ST_WORKORDER, $id, 'prtopt');
                submenu_print(_("&Email This Work Order"), ST_WORKORDER, $id, null, 1);
-       display_note(get_gl_view_str($stype, $id, _("View the GL Journal Entries for this Work Order")));
+       display_note(get_gl_view_str($stype, $id, _("View the GL Journal Entries for this Work Order")), 1);
        $ar = array('PARAM_0' => $_GET['date'], 'PARAM_1' => $_GET['date'], 'PARAM_2' => $stype, 'PARAM_3' => '',
                'PARAM_4' => (isset($def_print_orientation) && $def_print_orientation == 1 ? 1 : 0)); 
        display_note(print_link(_("Print the GL Journal Entries for this Work Order"), 702, $ar), 1);