From ba1c3378f6170c366508b33da6f74005d835c0c4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 5 Nov 2023 17:26:36 +1100 Subject: [PATCH] minor fixes for formatting --- app/Services/Invoice/EInvoice/FacturaEInvoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Invoice/EInvoice/FacturaEInvoice.php b/app/Services/Invoice/EInvoice/FacturaEInvoice.php index 0f7907cde741..d8834dba61a4 100644 --- a/app/Services/Invoice/EInvoice/FacturaEInvoice.php +++ b/app/Services/Invoice/EInvoice/FacturaEInvoice.php @@ -558,7 +558,7 @@ class FacturaEInvoice extends AbstractService 'centres' => $this->setFace(), // "cnoCnae" => "04791", // Clasif. Nacional de Act. Económicas // "ineTownCode" => "280796" // Cód. de municipio del INE - ]; + ]; if($this->invoice->client->classification === 'individual') { $buyer_array['name'] = $this->invoice->client->present()->first_name();