Update modAccounting.class.php
This commit is contained in:
parent
4335ea9064
commit
2606de2119
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/core/modules/modAccounting.class.php
|
* \file htdocs/core/modules/modAccounting.class.php
|
||||||
* \ingroup Accounting
|
* \ingroup Double entry accounting
|
||||||
* \brief Module to activate accounting module
|
* \brief Module to activate the double entry accounting module
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
|
include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ class modAccounting extends DolibarrModules
|
|||||||
$this->module_position = '61';
|
$this->module_position = '61';
|
||||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||||
$this->name = preg_replace('/^mod/i', '', get_class($this));
|
$this->name = preg_replace('/^mod/i', '', get_class($this));
|
||||||
$this->description = "Accounting management";
|
$this->description = "Double entry accounting management";
|
||||||
|
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or 'dolibarr_deprecated' or version
|
// Possible values for version are: 'development', 'experimental', 'dolibarr' or 'dolibarr_deprecated' or version
|
||||||
$this->version = 'dolibarr';
|
$this->version = 'dolibarr';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user