Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index f715ef50a83fb26630d15c87a1367f362836099f..e80201393fb07ba5b6c9f770db4cbb91b6c19b1c 100644 (file)
@@ -8,6 +8,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 Allocation Inquiry"), false, false, "", $js);
 
 if (isset($_GET['supplier_id']))