Ajout repertoires pour les graphiques
This commit is contained in:
parent
50dddfd758
commit
9ea177c301
@ -68,6 +68,8 @@ class modBanque extends DolibarrModules
|
|||||||
// Constantes
|
// Constantes
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
|
|
||||||
|
$this->dirs = array();
|
||||||
|
|
||||||
// Boites
|
// Boites
|
||||||
$this->boxes = array();
|
$this->boxes = array();
|
||||||
|
|
||||||
@ -107,6 +109,10 @@ class modBanque extends DolibarrModules
|
|||||||
|
|
||||||
$sql = array();
|
$sql = array();
|
||||||
|
|
||||||
|
$this->dirs[0] = DOL_DATA_ROOT.'/graph/';
|
||||||
|
$this->dirs[1] = DOL_DATA_ROOT.'/graph/banque/';
|
||||||
|
|
||||||
|
|
||||||
return $this->_init($sql);
|
return $this->_init($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user