NEW Move load module to status experimental
This commit is contained in:
parent
81aae30253
commit
ad63d5c48d
@ -58,7 +58,7 @@ class modComptabilite extends DolibarrModules
|
||||
|
||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||
$this->special = 0;
|
||||
$this->picto='';
|
||||
$this->picto='accounting';
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("compta.php");
|
||||
|
||||
@ -51,7 +51,7 @@ class modLoan extends DolibarrModules
|
||||
$this->description = "Loans management";
|
||||
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||
$this->version = 'development';
|
||||
$this->version = 'experimental';
|
||||
|
||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||
$this->special = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user