Skip to content

Commit

Permalink
NEW: Module Asset experimental (#31821)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro authored Nov 14, 2024
1 parent 1634bf6 commit 70a9646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAsset.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct($db)
$this->descriptionlong = "Asset module to manage assets module and depreciation charge on Dolibarr";

// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = 'development';
$this->version = 'experimental';
// Key used in llx_const table to save module status enabled/disabled (where ASSETS is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Name of image file used for this module.
Expand Down

0 comments on commit 70a9646

Please sign in to comment.