Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / sales / inquiry / customer_allocation_inquiry.php
index 67c366a0c2e001c7418b87a24b3f4c3a8558b7d9..07aad1e3d7b04eb02bf8fe13d9b83f12bf93a9a1 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 Allocation Inquiry"), false, false, "", $js);
 
 if (isset($_GET['customer_id']))