1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
This commit is contained in:
David Bomba 2019-10-02 19:41:38 +10:00
parent f19d28a70a
commit 34f05df288

View File

@ -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,
];
}
}