mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -04:00
fix invalid fields in VendorTransformer
This commit is contained in:
parent
5a5df06cda
commit
21aa38c52f
@ -105,8 +105,6 @@ class VendorTransformer extends EntityTransformer
|
||||
'language_id' => (string) $vendor->language_id ?: '',
|
||||
'classification' => (string) $vendor->classification ?: '',
|
||||
'display_name' => (string) $vendor->present()->name(),
|
||||
'invoicing_email' => (string) $vendor->invoicing_email ?: '',
|
||||
'invoicing_domain' => (string) $vendor->invoicing_domain ?: '',
|
||||
'routing_id' => (string) $vendor->routing_id ?: '',
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user