From a37773b3a23fdd3b6d719366a83e823eee97fbc4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 26 Jun 2023 15:23:48 +1000 Subject: [PATCH] Minor fixes --- app/Services/Chart/ChartService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Chart/ChartService.php b/app/Services/Chart/ChartService.php index e69f513f84d0..3378c998aeec 100644 --- a/app/Services/Chart/ChartService.php +++ b/app/Services/Chart/ChartService.php @@ -98,6 +98,7 @@ class ChartService $data = []; $data['currencies'] = $this->getCurrencyCodes(); + $data['start_date'] = $start_date; $data['end_date'] = $end_date;