mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Nouveau numro de version + modification dpendances
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user