Last year Report has got the wrong start and end dates

Created on 8 August 2024, 3 months ago
Updated 9 August 2024, 3 months ago

Problem/Motivation

these two lines
$dates['start'] = date("Y-M-d", $this_year_start);
$dates['end'] = date("Y-M-d", $this_year_end);

need to be:
$dates['start'] = date("Y-M-d", $last_year_start);
$dates['end'] = date("Y-M-d", $last_year_end);

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.3

Component

Code

Created by

🇦🇺Australia dwahba

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024