From 539adfdcc42a222449b75af711257445748e148a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Aug 2013 13:33:22 +0200 Subject: [PATCH] Fix: Bad var name --- htdocs/core/modules/modExpedition.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/modExpedition.class.php b/htdocs/core/modules/modExpedition.class.php index 66350ebe6b1..16e4fbb63c3 100644 --- a/htdocs/core/modules/modExpedition.class.php +++ b/htdocs/core/modules/modExpedition.class.php @@ -65,7 +65,8 @@ class modExpedition extends DolibarrModules "/expedition/sending", "/expedition/sending/temp", "/expedition/receipt", - "/expedition/receipt/temp" + "/expedition/receipt/temp", + "doctemplates/shipment" ); // Config pages @@ -117,7 +118,7 @@ class modExpedition extends DolibarrModules $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][2] = "DOL_DATA_ROOT/doctemplates/delivery"; $this->const[$r][3] = "";