Update admin.lib.php
This commit is contained in:
parent
6f07b87cde
commit
95de8d1992
@ -1780,8 +1780,10 @@ function company_admin_prepare_head()
|
|||||||
$head[$h][2] = 'accountant';
|
$head[$h][2] = 'accountant';
|
||||||
$h++;
|
$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, 'company_admin', 'add');
|
|
||||||
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'mycompany_admin', 'remove');
|
||||||
|
|
||||||
return $head;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user