From 879cdb16f0cd7dc281388a95aa07b5b8b4d15cfd Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 16 Feb 2018 07:46:49 +0000 Subject: [PATCH] Bug 18789: (QA follow-up) Fix borrowernumber in menu item links Test plan: Go to patrons routing list Try to click Holds history or ILL requests menu link --> without page blank page --> with page desired page Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 dce95f1..9bbdcbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -90,7 +90,7 @@ [% END %] [% IF CAN_user_borrowers_edit_borrowers %] [% IF ( intranetreadinghistory ) %] - [% IF ( holdshistoryview ) %]
  • [% ELSE %]
  • [% END %]Holds history
  • + [% IF ( holdshistoryview ) %]
  • [% ELSE %]
  • [% END %]Holds history
  • [% END %] [% END %] [% IF ( CAN_user_parameters ) %] @@ -118,7 +118,7 @@ [% IF houseboundview %]
  • [% ELSE %]
  • [% END %]Housebound
  • [% END %] [% IF Koha.Preference('ILLModule') %] -
  • Interlibrary loans
  • +
  • Interlibrary loans
  • [% END %] [% END %] -- 2.1.4