From 594071c994d2a8896adc0866b2d961839b92373d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 15 Jan 2015 12:07:01 +0100 Subject: [PATCH] Bug 13584: (follow-up) Able to view menu for Purchase Suggestions even when user does not have permission Same changes as the previous patch, for the .tt file. --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt index aead23b..dd57d65 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt @@ -82,7 +82,9 @@ in the global namespace %] [% IF EnableBorrowerFiles %] [% IF ( borrower_files ) %]
  • [% ELSE %]
  • [% END %]Files
  • [% END %] - [% IF ( suggestionsview ) %]
  • [% ELSE %]
  • [% END %]Purchase
    suggestions
  • + [% IF ( CAN_user_borrowers ) %] + [% IF ( suggestionsview ) %]
  • [% ELSE %]
  • [% END %]Purchase
    suggestions
  • + [% END %] [% END %] -- 2.1.0