From 52780e3fa1a8d2d9d7ad91586550af038beac59c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 22 Nov 2004 10:03:13 +0000 Subject: [PATCH] Modif export des rapports --- htdocs/includes/modules/modTelephonie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 49f02642a22..cd12f25f1ed 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -94,7 +94,7 @@ class modTelephonie extends DolibarrModules $this->dirs[2] = DOL_DATA_ROOT . "/telephonie/ligne/commande" ; $this->dirs[3] = DOL_DATA_ROOT . "/telephonie/logs" ; $this->dirs[4] = DOL_DATA_ROOT . "/telephonie/client" ; - $this->dirs[5] = DOL_DATA_ROOT . "/telephonie/client/rapports" ; + $this->dirs[5] = DOL_DATA_ROOT . "/telephonie/rapports" ; return $this->_init($sql);