Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / sales / sales_order_entry.php
index 1f2d194c431ff244c5090f0bf9db2a0b84097a06..c8c75bd468187983008f9eb2211f64a0d01497bc 100644 (file)
@@ -15,6 +15,8 @@ include_once($path_to_root . "/sales/includes/sales_db.inc");
 $js = get_js_form_entry("StockID2", "stock_id", "qty");
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 
 if (isset($_GET['ModifyOrderNumber'])) 
 {