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:
Matt Sidnell 2020-03-27 21:51:34 +00:00 committed by GitHub
parent 235210b3bc
commit 815ae3cb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}