Merge pull request #13437 from pstructures/develop
Add the ability to add tabs from module for company admin setup
This commit is contained in:
commit
d2bfc5f6dc
@ -1780,7 +1780,9 @@ function company_admin_prepare_head()
|
|||||||
$head[$h][2] = 'accountant';
|
$head[$h][2] = 'accountant';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'mycompany_admin', 'add');
|
||||||
|
|
||||||
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'mycompany_admin', 'remove');
|
||||||
|
|
||||||
return $head;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user