X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_release.php;fp=manufacturing%2Fwork_order_release.php;h=2837f5e9eac2fcc2082a17ba62bb50db831c4abd;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=7e0f54f2262617f069872f357892951f6f0fef03;hpb=0d191c7bff92b9a9bbc44dab48855477edb99ebf;p=fa-stable.git diff --git a/manufacturing/work_order_release.php b/manufacturing/work_order_release.php index 7e0f54f2..2837f5e9 100644 --- a/manufacturing/work_order_release.php +++ b/manufacturing/work_order_release.php @@ -20,7 +20,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(800, 500); if (user_use_date_picker()) $js .= get_js_date_picker();