X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ffiscalyears.php;h=d6d05c5a14153a643c25e7fc4c924adcd66c32cc;hb=7e6e0807990447d2977b970c3a0fd28dc9250194;hp=5db546b1aef3f09245dcd7efaf97d7b098a8495e;hpb=d37128d678359f0db00028fc61f2c1d1776ca2a3;p=fa-stable.git diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index 5db546b1..d6d05c5a 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -20,7 +20,7 @@ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/sales/includes/db/cust_trans_db.inc"); include_once($path_to_root . "/admin/db/maintenance_db.inc"); $js = ""; -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Fiscal Years"), false, false, "", $js); @@ -253,4 +253,3 @@ display_fiscalyear_edit($selected_id); end_page(); -?>