From c21d20f1d159c3539cef2744f41804d2dcf71dd7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 18 Dec 2005 13:13:56 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20du=20chemin=20du=20logo=20afin?= =?UTF-8?q?=20de=20ne=20plus=20mettre=20le=20chemin=20complet=20dans=20la?= =?UTF-8?q?=20constante=20=20FAC=5FPDF=5FLOGO,=20cette=20constante=20devra?= =?UTF-8?q?=20contenir=20dor=E9navent=20ceci=20:=20"/logo/mylogo.png"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modFacture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index a9b744ff882..91d5a711fe1 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -108,7 +108,7 @@ class modFacture extends DolibarrModules $this->const[6][0] = "FAC_PDF_LOGO"; $this->const[6][1] = "chaine"; - $this->const[6][2] = "/documents/logo/mylogo.png"; + $this->const[6][2] = "/logo/mylogo.png"; $this->const[6][4] = 1; $this->const[7][0] = "FACTURE_ADDON_PDF";