Update IncomeSummary.php
This commit is contained in:
parent
46d68f3e8c
commit
27088e0d9a
@ -125,7 +125,7 @@ class IncomeSummary extends Controller
|
||||
$view_template = 'reports.income_summary.index';
|
||||
}
|
||||
|
||||
$print_url = $this->getPrintUrl($year);
|
||||
$print_url = $this->getPrintUrl(is_array($year) ? $year[0] : $year);
|
||||
|
||||
// Incomes chart
|
||||
$chart = Charts::multi('line', 'chartjs')
|
||||
|
Loading…
x
Reference in New Issue
Block a user