forked from Wavyzz/dolibarr
New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -33,13 +34,18 @@ class modProjet extends DolibarrModules
|
||||
Function modProjet($DB)
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->numero = 60 ;
|
||||
$this->numero = 400 ;
|
||||
|
||||
$this->family = "projects";
|
||||
$this->name = "Projets";
|
||||
$this->description = "Gestion des projets";
|
||||
$this->const_name = "MAIN_MODULE_PROJET";
|
||||
$this->const_config = MAIN_MODULE_PROJET;
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
|
||||
$this->const = array();
|
||||
$this->boxes = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user