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