Call to bad function breaks several reports, fix #4547

This commit is contained in:
James Cole
2021-03-28 20:42:03 +02:00
parent 3586c76b95
commit a243f3d7c2
3 changed files with 22 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class MultiYearReportGenerator implements ReportGeneratorInterface
$reportType = 'default';
try {
return view(
return prefixView(
'reports.default.multi-year',
compact('accountIds', 'reportType')
)->with('start', $this->start)->with('end', $this->end)->render();