Couldn't use the date picker in the new transaction tabs in customer/supplier/items.
[fa-stable.git] / purchasing / manage / suppliers.php
index 3f2d85665563535547e10c824fe2eacae7e980fa..b545115e9c7d8a60ce91c506ae58d45cd386c7d8 100644 (file)
@@ -16,6 +16,8 @@ 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 = "Suppliers"), @$_REQUEST['popup'], false, "", $js);