Set constant empty by default

Set SUPPLIER_INVOICE_ADDON_PDF_ODT_PATH constant empty by default
This commit is contained in:
Artem Chernitsov 2022-11-15 13:23:19 +02:00 committed by GitHub
parent b0c9260077
commit c185d133a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ class modFournisseur extends DolibarrModules
// Add abbility ODT for Supplier Invoices
$this->const[$r][0] = "SUPPLIER_INVOICE_ADDON_PDF_ODT_PATH";
$this->const[$r][1] = "chaine";
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/supplier_invoices";
$this->const[$r][2] = "";
$this->const[$r][3] = "";
$this->const[$r][4] = 0;
$r++;