mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
group settings on client transformer
This commit is contained in:
parent
a54b6c3055
commit
6ae11ce039
@ -60,6 +60,7 @@ class ClientTransformer extends EntityTransformer
|
|||||||
'private_notes' => $client->private_notes ?: '',
|
'private_notes' => $client->private_notes ?: '',
|
||||||
'balance' => (float) $client->balance,
|
'balance' => (float) $client->balance,
|
||||||
'currency_id' => (string)$client->currency_id ?: '',
|
'currency_id' => (string)$client->currency_id ?: '',
|
||||||
|
'group_settings_id' => (string)$client->group_settings_id ?: '',
|
||||||
'paid_to_date' => (float) $client->paid_to_date,
|
'paid_to_date' => (float) $client->paid_to_date,
|
||||||
'last_login' => (int)$client->last_login,
|
'last_login' => (int)$client->last_login,
|
||||||
'address1' => $client->address1 ?: '',
|
'address1' => $client->address1 ?: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user