Emailed reports can be send to multiply destinations, fixed email charset selection.
[fa-stable.git] / manufacturing / view / work_order_view.php
index 62b3df66b715f04213b3361ee964ce1aaf95aac5..611fe88caf0b4637a19c5f93adde1e1bd257aec2 100644 (file)
@@ -23,7 +23,7 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
-page(_("View Work Order"), true, false, "", $js);
+page(_($help_context = "View Work Order"), true, false, "", $js);
 
 //-------------------------------------------------------------------------------------------------
 $woid = 0;
@@ -81,6 +81,6 @@ echo "<br></center>";
 
 is_voided_display(ST_WORKORDER, $woid, _("This work order has been voided."));
 
-end_page(true);
+end_page(true, false, false, ST_WORKORDER, $woid);
 
 ?>