Skip to content

Commit e743740

Browse files
authored
tabs fix
1 parent 587d4e6 commit e743740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/core/menus/standard/eldy.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ function get_left_menu_accountancy($mainmenu, &$newmenu, $usemenuhider = 1, $lef
19201920
$newmenu->add("/compta/resultat/clientfourn.php?leftmenu=accountancy_report", $langs->trans("ByPredefinedAccountGroups"), 3, $user->hasRight('accounting', 'comptarapport', 'lire'));
19211921

19221922
if (isModEnabled('comptabilite')) {
1923-
$newmenu->add("/compta/resultat/projects.php?leftmenu=accountancy_report", $langs->trans("ByProject"), 3, $user->hasRight('accounting', 'comptarapport', 'lire'));
1923+
$newmenu->add("/compta/resultat/projects.php?leftmenu=accountancy_report", $langs->trans("ByProject"), 3, $user->hasRight('accounting', 'comptarapport', 'lire'));
19241924
}
19251925

19261926
if (getDolGlobalInt('MAIN_FEATURES_LEVEL') >= 2) {

0 commit comments

Comments
 (0)