2
0
forked from Wavyzz/dolibarr

update head with schedule

This commit is contained in:
ptibogxiv
2019-01-15 14:55:15 +01:00
committed by GitHub
parent a4d1c663ef
commit c96f349c21

View File

@@ -1717,6 +1717,11 @@ function company_admin_prepare_head()
$head[$h][2] = 'accountant';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/schedule.php";
$head[$h][1] = $langs->trans("Schedule");
$head[$h][2] = 'schedule';
$h++;
complete_head_from_modules($conf,$langs,null,$head,$h,'company_admin','remove');
return $head;
@@ -1767,5 +1772,3 @@ function email_admin_prepare_head()
return $head;
}