Minor fix for accessing account in helper
This commit is contained in:
parent
2b72ff7dec
commit
8ff9c923e3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Helpers
|
|||
|
||||
$elements['signature'] = $_settings->email_signature;
|
||||
$elements['settings'] = $_settings;
|
||||
$elements['whitelabel'] = $client->user->account->isPaid() ? true : false;
|
||||
$elements['whitelabel'] = $client->company->account->isPaid() ? true : false;
|
||||
$elements['company'] = $client->company;
|
||||
|
||||
return $elements;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue