mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Minor fixes for PDF generation
This commit is contained in:
parent
95d53ada66
commit
24b37e2789
@ -23,7 +23,8 @@ class BlackListRule implements Rule
|
||||
'candassociates.com',
|
||||
'vusra.com',
|
||||
'fourthgenet.com',
|
||||
'arxxwalls.com'
|
||||
'arxxwalls.com',
|
||||
'superhostforumla.com'
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -56,6 +56,8 @@ class UpdateCustomer implements ShouldQueue
|
||||
|
||||
public function handle()
|
||||
{
|
||||
if($this->company->id !== config('ninja.ninja_default_company_id'))
|
||||
return;
|
||||
|
||||
MultiDB::findAndSetDbByCompanyKey($this->company_key);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user