X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdate_functions.inc;h=c06dc4d323a8882e61726edd6894e09b11d33ee3;hb=e7b078084252dbcb1fd1051ed0114804ed68b0e1;hp=d83c612a50655f674e2dd9ddd5780db8134e08a3;hpb=152cb6a4ff983a4433a8457cf09c9573e513acd0;p=fa-stable.git diff --git a/includes/date_functions.inc b/includes/date_functions.inc index d83c612a..c06dc4d3 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -162,8 +162,8 @@ function is_date_in_fiscalyear($date, $convert=false) global $path_to_root; include_once($path_to_root . "/admin/db/fiscalyears_db.inc"); - if ($_SESSION["wa_current_user"]->can_access(SA_FISCALYEAR)) // allow all open years for this one - return is_date_in_fixcalyears($date, false); + if ($_SESSION["wa_current_user"]->can_access('SA_MULTIFISCALYEARS')) // allow all open years for this one + return is_date_in_fiscalyears($date, false); $myrow = get_current_fiscalyear(); if ($myrow['closed'] == 1) return 0;