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,8 +1780,10 @@ function company_admin_prepare_head()
|
||||
$head[$h][2] = 'accountant';
|
||||
$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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user