Nouveau numero de version
This commit is contained in:
parent
3055322daa
commit
f81117b9cd
@ -55,7 +55,10 @@ class modPrelevement extends DolibarrModules
|
|||||||
$this->family = "technic";
|
$this->family = "technic";
|
||||||
$this->name = "Prelevement";
|
$this->name = "Prelevement";
|
||||||
$this->description = "Gestion des Prélèvements";
|
$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_name = "MAIN_MODULE_PRELEVEMENT";
|
||||||
$this->const_config = MAIN_MODULE_PRELEVEMENT;
|
$this->const_config = MAIN_MODULE_PRELEVEMENT;
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
@ -65,7 +68,7 @@ class modPrelevement extends DolibarrModules
|
|||||||
$this->data_directory = $conf->prelevement->dir_output . "/bon";
|
$this->data_directory = $conf->prelevement->dir_output . "/bon";
|
||||||
|
|
||||||
// Dépendances
|
// Dépendances
|
||||||
$this->depends = array();
|
$this->depends = array("modComptabilite");
|
||||||
$this->requiredby = array();
|
$this->requiredby = array();
|
||||||
|
|
||||||
// Constantes
|
// Constantes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user