Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.6
-
Component/s: CiviReport, Core CiviCRM
-
Labels:None
-
Documentation Required?:None
Description
Selecting Previous Fiscal Year or This Fiscal Year throws an undefined var notice in CRM_Utils_Date::relativeToAbsolute due to a variable typo.
All 3 fiscal year filters have a date range off by one day. For example, if Fiscal Year start is June 01, then This Fiscal Year range is computed as June 1, 2014 - June 1, 2015. It should be June 1, 2014 - May 31, 2015.