Update admin.lib.php

This commit is contained in:
Laurent Destailleur
2020-03-30 19:23:25 +02:00
committed by GitHub
parent 6f07b87cde
commit 95de8d1992

View File

@@ -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, 'company_admin', 'add');
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;
}