View of backup scripts and attachments didn't work
[fa-stable.git] / manufacturing / work_order_issue.php
index e0349bb8c0ce3cd440146bde1f04c01d3026644a..e126bf96b4d0cbe7eb26235dba0aab78b6c826b8 100644 (file)
@@ -26,7 +26,7 @@ if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
 if ($use_date_picker)
        $js .= get_js_date_picker();
-page(_("Issue Items to Work Order"), false, false, "", $js);
+page(_($help_context = "Issue Items to Work Order"), false, false, "", $js);
 
 //-----------------------------------------------------------------------------------------------
 
@@ -211,7 +211,7 @@ echo "<br>";
 
 start_form();
 
-start_table("$table_style width=90%", 10);
+start_table(TABLESTYLE, "width=90%", 10);
 echo "<tr><td>";
 display_issue_items(_("Items to Issue"), $_SESSION['issue_items']);
 issue_options_controls();