X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdate_functions.inc;h=7aa16acc738823019b9a29d01ef6d79ced22d9d1;hb=8143beb0b9260509cfd1e73acd3d29c965760763;hp=af05456353a76e126a61e83c3f89ec49bf97ebcf;hpb=99df2fbc2f147b3a1e20a4cdfa70c2720e67e4cb;p=fa-stable.git diff --git a/includes/date_functions.inc b/includes/date_functions.inc index af054563..7aa16acc 100644 --- a/includes/date_functions.inc +++ b/includes/date_functions.inc @@ -199,11 +199,12 @@ function is_date_in_fiscalyear($date, $convert=false) else $date2 = $date; + if (is_date_closed($date2)) + return 0; + if (user_check_access('SA_MULTIFISCALYEARS')) // allow all open years for this one return is_date_in_fiscalyears($date2, false); - if (is_date_closed($date2)) - return 0; $myrow = get_current_fiscalyear(); $begin = sql2date($myrow['begin']); $end = sql2date($myrow['end']);