Minor fixes

This commit is contained in:
David Bomba 2023-06-26 15:23:48 +10:00
parent 81d6dbe865
commit a37773b3a2

View File

@ -98,6 +98,7 @@ class ChartService
$data = [];
$data['currencies'] = $this->getCurrencyCodes();
$data['start_date'] = $start_date;
$data['end_date'] = $end_date;