Optimized javascript compressor.
[fa-stable.git] / manufacturing / work_order_entry.php
index 2c9817741640e8abcf4cdcfa41f332a8a203547e..c2560b47c2a86e8a95c3bfdcbb4a8d26df487bc7 100644 (file)
@@ -58,6 +58,10 @@ if (isset($_GET['AddedID']))
        if ($_GET['type'] != wo_types::advanced())
        {
                include_once($path_to_root . "/reporting/includes/reporting.inc");
+       $ar = array('PARAM_0' => $id, 'PARAM_1' => $id, 'PARAM_2' => 0); 
+       display_note(print_link(_("Print this Work Order"), 409, $ar), 1);
+       $ar['PARAM_2'] = 1;
+       display_note(print_link(_("Email this Work Order"), 409, $ar), 1);
        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); 
        display_note(print_link(_("Print the GL Journal Entries for this Work Order"), 702, $ar), 1);