Fix: Bad var name
This commit is contained in:
parent
04b08f7bdd
commit
539adfdcc4
@ -65,7 +65,8 @@ class modExpedition extends DolibarrModules
|
|||||||
"/expedition/sending",
|
"/expedition/sending",
|
||||||
"/expedition/sending/temp",
|
"/expedition/sending/temp",
|
||||||
"/expedition/receipt",
|
"/expedition/receipt",
|
||||||
"/expedition/receipt/temp"
|
"/expedition/receipt/temp",
|
||||||
|
"doctemplates/shipment"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
@ -117,7 +118,7 @@ class modExpedition extends DolibarrModules
|
|||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
$r++;
|
$r++;
|
||||||
$this->const[$r][0] = "EXPEDITION_ADDON_PDF_ODT_PATH";
|
$this->const[$r][0] = "LIVRAISON_ADDON_PDF_ODT_PATH";
|
||||||
$this->const[$r][1] = "chaine";
|
$this->const[$r][1] = "chaine";
|
||||||
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/delivery";
|
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/delivery";
|
||||||
$this->const[$r][3] = "";
|
$this->const[$r][3] = "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user