X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_release.php;h=6b4effc264d70040a9439286b7cdbbbd94e57ae3;hb=f86c7fa58ad953e66d2126019775f90ee6c377b0;hp=e93e4355434c4e004d344c0d741aed7a37bfca7f;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/manufacturing/work_order_release.php b/manufacturing/work_order_release.php index e93e4355..6b4effc2 100644 --- a/manufacturing/work_order_release.php +++ b/manufacturing/work_order_release.php @@ -4,14 +4,17 @@ $page_security = 10; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); -page(_("Work Order Release to Manufacturing")); - include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/manufacturing.inc"); include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc"); include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc"); +$js = ""; +if ($use_date_picker) + $js .= get_js_date_picker(); +page(_("Work Order Release to Manufacturing"), false, false, "", $js); + if (isset($_GET["trans_no"])) { $selected_id = $_GET["trans_no"];