mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix for scheduled reports
This commit is contained in:
parent
c4dc100180
commit
28e64b6473
@ -31,6 +31,8 @@ class RunReport extends Job
|
||||
|
||||
$reportType = $this->reportType;
|
||||
$config = $this->config;
|
||||
$config['subgroup'] = false; // don't yet support charts in export
|
||||
|
||||
$isExport = $this->isExport;
|
||||
$reportClass = '\\App\\Ninja\\Reports\\' . Str::studly($reportType) . 'Report';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user