mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-31 15:42:03 -04:00
Transformer fixes
This commit is contained in:
parent
1c54501e7b
commit
4de682994b
@ -38,7 +38,7 @@ class UserAccountTransformer extends EntityTransformer
|
||||
'default_url' => SITE_URL,
|
||||
'plan' => $account->company->plan ?: '',
|
||||
'logo' => $account->logo ?: '',
|
||||
'logo_url' => $account->getLogoURL(),
|
||||
'logo_url' => $account->getLogoURL() ?: '',
|
||||
'currency_id' => (int) $account->currency_id,
|
||||
'timezone_id' => (int) $account->timezone_id,
|
||||
'date_format_id' => (int) $account->date_format_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user