X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_entry.php;h=37d761e1c9cb194c9f5c1baccfb3334bf09216ff;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=4466355d610df8577d2d3133383791537364683e;hpb=13367be8aaf5175295f7aab7160370458dad1824;p=fa-stable.git diff --git a/manufacturing/work_order_entry.php b/manufacturing/work_order_entry.php index 4466355d..37d761e1 100644 --- a/manufacturing/work_order_entry.php +++ b/manufacturing/work_order_entry.php @@ -22,7 +22,7 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc"); include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); if (user_use_date_picker()) $js .= get_js_date_picker(); @@ -471,4 +471,3 @@ else end_form(); end_page(); -?> \ No newline at end of file