mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 13:44:35 -04:00
commit
3bc086ebd5
@ -44,7 +44,7 @@ class PreviewReport implements ShouldQueue
|
|||||||
else
|
else
|
||||||
$report = $export->run();
|
$report = $export->run();
|
||||||
|
|
||||||
nlog($report);
|
// nlog($report);
|
||||||
|
|
||||||
Cache::put($this->hash, $report, 60 * 60);
|
Cache::put($this->hash, $report, 60 * 60);
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,8 @@ class TaxSummaryReport extends BaseExport
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function run()
|
public function run()
|
||||||
{nlog($this->input);
|
{
|
||||||
|
|
||||||
MultiDB::setDb($this->company->db);
|
MultiDB::setDb($this->company->db);
|
||||||
App::forgetInstance('translator');
|
App::forgetInstance('translator');
|
||||||
App::setLocale($this->company->locale());
|
App::setLocale($this->company->locale());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user