Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / purchasing / inquiry / supplier_inquiry.php
index bb6aa4403538aec2d2016fd64072ca186b463b02..3ad2fd261e0e17662d47b04d7c858bca472a31fa 100644 (file)
@@ -9,6 +9,8 @@ include($path_to_root . "/purchasing/includes/purchasing_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Supplier Inquiry"), false, false, "", $js);
 
 if (isset($_GET['supplier_id'])){