X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_release.php;h=7e0f54f2262617f069872f357892951f6f0fef03;hb=b0c4c9777f9574e9c2805fddc2a12576d75d94ce;hp=10044b7b01f6f6542399bc5501cfe99b6f341063;hpb=c77108fc089088aa25aa59d7571762ce12d8066b;p=fa-stable.git diff --git a/manufacturing/work_order_release.php b/manufacturing/work_order_release.php index 10044b7b..7e0f54f2 100644 --- a/manufacturing/work_order_release.php +++ b/manufacturing/work_order_release.php @@ -22,7 +22,7 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(800, 500); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Work Order Release to Manufacturing"), false, false, "", $js); @@ -115,4 +115,3 @@ end_form(); end_page(); -?> \ No newline at end of file