Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / sales / manage / recurrent_invoices.php
index 999bccdb10765ec3c0f7b40fce37090ab7683214..c100204c024d02fc862f6b4e7c4d909912e13588 100644 (file)
@@ -18,7 +18,7 @@ include_once($path_to_root . "/sales/includes/sales_db.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 600);
-if ($use_date_picker)
+if (user_use_date_picker())
        $js .= get_js_date_picker();
 
 page(_($help_context = "Recurrent Invoices"), false, false, "", $js);