Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index 89200826d51fb8cb7b290c5da41b13f4f2dd904c..ee8d4b3db9bc405f4b1c7ca4e84db91916e8d8bd 100644 (file)
@@ -10,6 +10,8 @@ include_once($path_to_root . "/sales/includes/sales_db.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Customer Inquiry"), false, false, "", $js);