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
|
||||
@@ -32,13 +33,17 @@ class modPostnuke extends DolibarrModules
|
||||
Function modPostnuke($DB)
|
||||
{
|
||||
$this->db = $DB ;
|
||||
$this->numero = 210;
|
||||
|
||||
$this->family = "technic";
|
||||
$this->name = "Postnuke";
|
||||
$this->description = "Gestion de l'outil Postnuke";
|
||||
$this->const_name = "MAIN_MODULE_POSTNUKE";
|
||||
$this->const_config = MAIN_MODULE_POSTNUKE;
|
||||
|
||||
// D<>pendances
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
|
||||
$this->const = array();
|
||||
$this->boxes = array();
|
||||
|
||||
Reference in New Issue
Block a user