Fix: Error in comment
This commit is contained in:
parent
50f1f38d2f
commit
856fe699e4
@ -50,7 +50,7 @@ class modMyModule extends DolibarrModules
|
|||||||
// Key text used to identify module (for permission, menus, etc...)
|
// Key text used to identify module (for permission, menus, etc...)
|
||||||
$this->rights_class = 'mymodule';
|
$this->rights_class = 'mymodule';
|
||||||
|
|
||||||
// Family can be 'crm','financial','hr','projects','product','ecm','technic','other'
|
// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
|
||||||
// It is used to group modules in module setup page
|
// It is used to group modules in module setup page
|
||||||
$this->family = "projects";
|
$this->family = "projects";
|
||||||
// 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)
|
||||||
@ -207,7 +207,7 @@ class modMyModule extends DolibarrModules
|
|||||||
$ok = 1;
|
$ok = 1;
|
||||||
if ($ok)
|
if ($ok)
|
||||||
{
|
{
|
||||||
$dir = DOL_DOCUMENT_ROOT.'/mysql/tables/mymodule/';
|
$dir = DOL_DOCUMENT_ROOT.'/mymodule/sql/';
|
||||||
$ok = 0;
|
$ok = 0;
|
||||||
|
|
||||||
// Run llx_mytable.sql files
|
// Run llx_mytable.sql files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user