mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
fixes
This commit is contained in:
parent
f19d28a70a
commit
34f05df288
@ -45,6 +45,7 @@ class ClientContactTransformer extends EntityTransformer
|
||||
'custom_value3' => $contact->custom_value3 ?: '',
|
||||
'custom_value4' => $contact->custom_value4 ?: '',
|
||||
'contact_key' => $contact->contact_key,
|
||||
'send_invoice' => (bool) $contact->send_invoice,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user