Ability to add new tabs on company admin section
I have added the option to add a tab from a module to the main company setup section. I need this ability so thought that others might too.
This commit is contained in:
parent
235210b3bc
commit
815ae3cb09
@ -1781,7 +1781,8 @@ function company_admin_prepare_head()
|
||||
$h++;
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'add');
|
||||
|
||||
return $head;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user