Added 'View Attachments' if any in all popup view windows
[fa-stable.git] / manufacturing / work_order_issue.php
index e0349bb8c0ce3cd440146bde1f04c01d3026644a..1b129f35055ac5fdb48c290f70d669a375feb050 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);
 
 //-----------------------------------------------------------------------------------------------