mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for chart queries
This commit is contained in:
parent
e1b5b8ef69
commit
6b4435606a
@ -75,7 +75,7 @@ class ChartService
|
||||
|
||||
foreach ($currencies as $key => $value) {
|
||||
$data[$key]['invoices'] = $this->getInvoiceChartQuery($start_date, $end_date, $key);
|
||||
// $data[$key]['outstanding'] = $this->getOutstandingChartQuery($start_date, $end_date, $key);
|
||||
$data[$key]['outstanding'] = $this->getOutstandingChartQuery($start_date, $end_date, $key);
|
||||
$data[$key]['payments'] = $this->getPaymentChartQuery($start_date, $end_date, $key);
|
||||
$data[$key]['expenses'] = $this->getExpenseChartQuery($start_date, $end_date, $key);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user