mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix position
This commit is contained in:
parent
bf5e1e3e43
commit
de07195aa9
|
|
@ -44,7 +44,7 @@ class modIntracommreport extends DolibarrModules
|
|||
$this->numero = 68000;
|
||||
|
||||
$this->family = "financial";
|
||||
$this->module_position = '60';
|
||||
$this->module_position = '62';
|
||||
// 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->description = "Intracomm report management (Support for French DEB/DES format)";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user