Modif export des rapports

This commit is contained in:
Rodolphe Quiedeville 2004-11-22 10:03:13 +00:00
parent a6fce48399
commit 52780e3fa1

View File

@ -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);