Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / sales / inquiry / sales_orders_view.php
index 81f1ebae171400947f5ae95f4e17e84f4082f3b8..d6409e56ab75a3c40a2da33fae71f084de9b334d 100644 (file)
@@ -9,6 +9,8 @@ include($path_to_root . "/sales/includes/sales_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 600);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 
 if (isset($_GET['OutstandingOnly']) && ($_GET['OutstandingOnly'] == true)) 
 {