Skip to content

Commit

Permalink
Corrected year selection to not include next year
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 2, 2025
1 parent 2d77f6e commit b51de12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/InvoicingRateReportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function index(Request $request): Response
'years' => [
(new \DateTime())->modify('-1 year')->format('Y'),
(new \DateTime())->format('Y'),
(new \DateTime())->modify('+1 year')->format('Y'),
],
'csrf_protection' => false,
]);
Expand Down

0 comments on commit b51de12

Please sign in to comment.