Couldn't use the date picker in the new transaction tabs in customer/supplier/items.
[fa-stable.git] / sales / manage / customers.php
index 7df12402b17207d54156ec2cd320d0c3802a6068..006d4b90f22f33b0063ee0a35ec94f00ebb574ee 100644 (file)
@@ -17,6 +17,9 @@ include_once($path_to_root . "/includes/session.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
+       
 page(_($help_context = "Customers"), @$_REQUEST['popup'], false, "", $js); 
 
 include_once($path_to_root . "/includes/date_functions.inc");