From 1122a920a5b54bdc0173a9f4b98398352ef1e2fe Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 22 Apr 2021 14:23:05 +0200 Subject: [PATCH] Bug 27811: Hide the Accounting tab if needed Same as the previous patch for the "Accounting" tab of the circulation module. Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 27b4783e8e..824c1c9798 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -132,7 +132,7 @@ [% IF CAN_user_borrowers_edit_borrowers %] [% IF ( detailview ) %]
  • [% ELSE %]
  • [% END %]Details
  • [% END %] - [% IF ( CAN_user_updatecharges ) %] + [% IF ( CAN_user_updatecharges_remaining_permissions ) %] [% IF ( finesview ) %]
  • [% ELSE %]
  • [% END %]Accounting
  • [% END %] [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] -- 2.11.0