XMLINVOICE: payment meaning

This commit is contained in:
sparkyx 2025-11-30 10:24:44 +01:00
parent 427eb77fd9
commit da890f3bf1

View file

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