fixes
This commit is contained in:
parent
f19d28a70a
commit
34f05df288
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue