mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for spanishj e-invoicing
This commit is contained in:
parent
786c95f09c
commit
51fc687327
@ -483,8 +483,8 @@ class FacturaEInvoice extends AbstractService
|
|||||||
"fax" => "",
|
"fax" => "",
|
||||||
"website" => substr($company->settings->website, 0, 50),
|
"website" => substr($company->settings->website, 0, 50),
|
||||||
"contactPeople" => substr($company->owner()->present()->name(), 0, 40),
|
"contactPeople" => substr($company->owner()->present()->name(), 0, 40),
|
||||||
"firstName" => $company->owner()->present()->firstName(),
|
"firstSurname" => $company->owner()->present()->firstName(),
|
||||||
"lastName" => $company->owner()->present()->lastName(),
|
"lastSurname" => $company->owner()->present()->lastName(),
|
||||||
// 'centres' => $this->setFace(),
|
// 'centres' => $this->setFace(),
|
||||||
// "cnoCnae" => "04647", // Clasif. Nacional de Act. Económicas
|
// "cnoCnae" => "04647", // Clasif. Nacional de Act. Económicas
|
||||||
// "ineTownCode" => "280796" // Cód. de municipio del INE
|
// "ineTownCode" => "280796" // Cód. de municipio del INE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user