mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes for formatting
This commit is contained in:
parent
d8c925c793
commit
ba1c3378f6
@ -558,7 +558,7 @@ class FacturaEInvoice extends AbstractService
|
|||||||
'centres' => $this->setFace(),
|
'centres' => $this->setFace(),
|
||||||
// "cnoCnae" => "04791", // Clasif. Nacional de Act. Económicas
|
// "cnoCnae" => "04791", // Clasif. Nacional de Act. Económicas
|
||||||
// "ineTownCode" => "280796" // Cód. de municipio del INE
|
// "ineTownCode" => "280796" // Cód. de municipio del INE
|
||||||
];
|
];
|
||||||
|
|
||||||
if($this->invoice->client->classification === 'individual') {
|
if($this->invoice->client->classification === 'individual') {
|
||||||
$buyer_array['name'] = $this->invoice->client->present()->first_name();
|
$buyer_array['name'] = $this->invoice->client->present()->first_name();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user