From 2fe67633fc43c8166ce1300a304aa669b4effe94 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 6 Oct 2025 09:19:01 +0200 Subject: [PATCH] E-INVOICE : rename class --- .../{Error_Message.php => error_message.class.php.php} | 0 include/XMLDocument/{FacturX.php => facturx.class.php} | 0 .../{InvoiceUBL21.php => invoiceubl21.class.php} | 0 .../XMLDocument/{XMLInvoice.php => xmlinvoice.class.php} | 0 include/constant.php | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename include/XMLDocument/{Error_Message.php => error_message.class.php.php} (100%) rename include/XMLDocument/{FacturX.php => facturx.class.php} (100%) rename include/XMLDocument/{InvoiceUBL21.php => invoiceubl21.class.php} (100%) rename include/XMLDocument/{XMLInvoice.php => xmlinvoice.class.php} (100%) diff --git a/include/XMLDocument/Error_Message.php b/include/XMLDocument/error_message.class.php.php similarity index 100% rename from include/XMLDocument/Error_Message.php rename to include/XMLDocument/error_message.class.php.php diff --git a/include/XMLDocument/FacturX.php b/include/XMLDocument/facturx.class.php similarity index 100% rename from include/XMLDocument/FacturX.php rename to include/XMLDocument/facturx.class.php diff --git a/include/XMLDocument/InvoiceUBL21.php b/include/XMLDocument/invoiceubl21.class.php similarity index 100% rename from include/XMLDocument/InvoiceUBL21.php rename to include/XMLDocument/invoiceubl21.class.php diff --git a/include/XMLDocument/XMLInvoice.php b/include/XMLDocument/xmlinvoice.class.php similarity index 100% rename from include/XMLDocument/XMLInvoice.php rename to include/XMLDocument/xmlinvoice.class.php diff --git a/include/constant.php b/include/constant.php index bb1a6014a..20664a38a 100644 --- a/include/constant.php +++ b/include/constant.php @@ -428,10 +428,10 @@ function noalyss_class_autoloader($class) "pdfland"=>"class/pdf_land.class.php", "noalyss\widget\widget"=>"widget/widget.php", "noalyss\otp"=>"lib/otp.class.php", - 'noalyss\xmldocument\xmlinvoice'=>'XMLDocument/XMLInvoice.php', - 'noalyss\xmldocument\facturx'=>'XMLDocument/FacturX.php', - 'noalyss\xmldocument\invoiceubl21'=>'XMLDocument/InvoiceUBL21.php', - 'noalyss\xmldocument\error_message'=>'XMLDocument/Error_Message.php', + 'noalyss\xmldocument\xmlinvoice'=>'XMLDocument/xmlinvoice.class.php', + 'noalyss\xmldocument\facturx'=>'XMLDocument/facturx.class.php', + 'noalyss\xmldocument\invoiceubl21'=>'XMLDocument/invoiceubl21.class.php', + 'noalyss\xmldocument\error_message'=>'XMLDocument/error_message.class.php', "noalyss\invoice_pdf"=>"class/invoice_pdf.class.php", 'noalyss\xmldocument\xmlinvoice_reader'=>'XMLDocument/xmlinvoice_reader.class.php' );