From d353f33781ada14085d0c8d2de394127d2d9bf9d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 9 Apr 2005 08:43:18 +0000 Subject: [PATCH] =?UTF-8?q?Nouveau=20num=E9ro=20de=20version=20+=20modific?= =?UTF-8?q?ation=20d=E9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modCommande.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index eed517d448c..82d0a0824ba 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2005 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier @@ -55,7 +55,8 @@ class modCommande extends DolibarrModules $this->family = "crm"; $this->name = "Commande"; $this->description = "Gestion des commandes clients"; - $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version + $this->revision = explode(" ","$Revision$"); + $this->version = $this->revision[1]; $this->const_name = "MAIN_MODULE_COMMANDE"; $this->const_config = MAIN_MODULE_COMMANDE; $this->special = 0; @@ -68,7 +69,7 @@ class modCommande extends DolibarrModules $this->config_page_url = "commande.php"; // Dépendances - $this->depends = array("modSociete"); + $this->depends = array("modCommercial"); $this->requiredby = array("modExpedition"); // Constantes