Fix position

This commit is contained in:
Laurent Destailleur 2024-05-13 12:03:08 +02:00
parent bf5e1e3e43
commit de07195aa9

View File

@ -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)";