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,6 +1781,7 @@ function company_admin_prepare_head()
|
|||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
|
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;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user