From f81117b9cd022f2fa4658e2aa4be9b4f47a26acc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 8 Apr 2005 14:50:58 +0000 Subject: [PATCH] Nouveau numero de version --- htdocs/includes/modules/modPrelevement.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php index ca8c81041b9..645e1a6f866 100644 --- a/htdocs/includes/modules/modPrelevement.class.php +++ b/htdocs/includes/modules/modPrelevement.class.php @@ -55,7 +55,10 @@ class modPrelevement extends DolibarrModules $this->family = "technic"; $this->name = "Prelevement"; $this->description = "Gestion des Prélèvements"; - $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version + + $this->revision = explode(" ","$Revision$"); + $this->version = $this->revision[1]; + $this->const_name = "MAIN_MODULE_PRELEVEMENT"; $this->const_config = MAIN_MODULE_PRELEVEMENT; $this->special = 0; @@ -65,7 +68,7 @@ class modPrelevement extends DolibarrModules $this->data_directory = $conf->prelevement->dir_output . "/bon"; // Dépendances - $this->depends = array(); + $this->depends = array("modComptabilite"); $this->requiredby = array(); // Constantes