mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
remove e_invoice from company transformer
This commit is contained in:
parent
58b7edb2b0
commit
e81372ef24
@ -211,7 +211,7 @@ class CompanyTransformer extends EntityTransformer
|
|||||||
'smtp_password' => $company->smtp_password ? '********' : '',
|
'smtp_password' => $company->smtp_password ? '********' : '',
|
||||||
'smtp_local_domain' => (string)$company->smtp_local_domain ?? '',
|
'smtp_local_domain' => (string)$company->smtp_local_domain ?? '',
|
||||||
'smtp_verify_peer' => (bool)$company->smtp_verify_peer,
|
'smtp_verify_peer' => (bool)$company->smtp_verify_peer,
|
||||||
'e_invoice' => $company->e_invoice ?: new \stdClass(),
|
// 'e_invoice' => $company->e_invoice ?: new \stdClass(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user