Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / manufacturing / work_order_release.php
index e93e4355434c4e004d344c0d741aed7a37bfca7f..6b4effc264d70040a9439286b7cdbbbd94e57ae3 100644 (file)
@@ -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"];