mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5955 from turbo124/v5-develop
Assign public property to $message
This commit is contained in:
commit
a53bd95726
@ -243,10 +243,6 @@ class CompanyImport implements ShouldQueue
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strlen($this->message) > 1){
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if($this->company->account->isFreeHostedClient() && count($this->backup_file->clients) > config('ninja.quotas.free.clients')){
|
if($this->company->account->isFreeHostedClient() && count($this->backup_file->clients) > config('ninja.quotas.free.clients')){
|
||||||
|
|
||||||
$client_count = count($this->backup_file->clients);
|
$client_count = count($this->backup_file->clients);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user