@@ -, +, @@ suggestion permission but not acq permission - Click the "More" menu item in the header. You should see a link to "Suggestions" which takes you to the suggestions management page. - Log in as a user without "suggestions_manage" permission. The link should not appear. --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -52,6 +52,9 @@ [% IF ( CAN_user_reports ) %]
  • Reports
  • [% END %] + [% IF ( CAN_user_suggestions_suggestions_manage ) %] +
  • Suggestions
  • + [% END %] [% IF ( CAN_user_tools ) %]
  • Tools
  • [% END %] --