Couldn't use the date picker in the new transaction tabs in customer/supplier/items.
[fa-stable.git] / inventory / manage / items.php
index 8c11d45de55a99fa2873483c324ed6344d1cccfa..43495e0fd136d1eb947056e24fb78414323e416e 100644 (file)
@@ -15,6 +15,8 @@ include($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 = "Items"), false, false, "", $js);