Modif mineure

This commit is contained in:
Rodolphe Quiedeville 2004-09-28 15:19:02 +00:00
parent 7c86051299
commit 381cb110c5

View File

@ -55,6 +55,8 @@ class modPrelevement extends DolibarrModules
$this->const_name = "MAIN_MODULE_PRELEVEMENT"; $this->const_name = "MAIN_MODULE_PRELEVEMENT";
$this->const_config = MAIN_MODULE_PRELEVEMENT; $this->const_config = MAIN_MODULE_PRELEVEMENT;
$this->data_directory = DOL_DATA_ROOT . "/prelevement/bon/";
// Dépendances // Dépendances
$this->depends = array(); $this->depends = array();
$this->requiredby = array(); $this->requiredby = array();