Set constant empty by default
Set SUPPLIER_INVOICE_ADDON_PDF_ODT_PATH constant empty by default
This commit is contained in:
parent
b0c9260077
commit
c185d133a2
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user