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