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");