From da890f3bf111000a5bf56a044916073ebe56b422 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 30 Nov 2025 10:24:44 +0100 Subject: [PATCH] XMLINVOICE: payment meaning --- include/XMLDocument/invoiceubl21.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/XMLDocument/invoiceubl21.class.php b/include/XMLDocument/invoiceubl21.class.php index ebd0e3e77..58a2a7f9d 100644 --- a/include/XMLDocument/invoiceubl21.class.php +++ b/include/XMLDocument/invoiceubl21.class.php @@ -501,6 +501,9 @@ class InvoiceUBL21 extends XMLInvoice { $this->data = $this->build_data($jr_id); + // var $company (array) all the parameters of the company + $company = $this->load_noalyss_parameter(); + // HEADER $root=$this->createElementNS('urn:oasis:names:specification:ubl:schema:xsd:Invoice-2',"Invoice",); $root->setAttributeNS('http://www.w3.org/2000/xmlns/',"xmlns:cac", "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2");