From 381cb110c507fe0e2005f4263667df84bff92bc9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Sep 2004 15:19:02 +0000 Subject: [PATCH] Modif mineure --- htdocs/includes/modules/modPrelevement.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php index 998ac2dcd28..645a7e274f3 100644 --- a/htdocs/includes/modules/modPrelevement.class.php +++ b/htdocs/includes/modules/modPrelevement.class.php @@ -55,6 +55,8 @@ class modPrelevement extends DolibarrModules $this->const_name = "MAIN_MODULE_PRELEVEMENT"; $this->const_config = MAIN_MODULE_PRELEVEMENT; + $this->data_directory = DOL_DATA_ROOT . "/prelevement/bon/"; + // Dépendances $this->depends = array(); $this->requiredby = array();