From 71d5de417324f6a2337767b389e39bfe3cb1b43a Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Wed, 21 Jul 2021 12:37:21 +0000 Subject: [PATCH] Bug 28728: Link to holds page from holds raio To test: 1 - Find a bib with 1 item, place 3 bib-level holds on it (just to make sure there's at least one title on your holds ratio page) 2 - Go to the holds ratio page in circulation 3 - mouse over the Holds Ratio column, see that the number there is a link to http://[your koha]/cgi-bin/koha/circ/reserveratios.pl#, the page you're already on 4 - apply patch, restart_all, reload page 5 - link now goes to the holds page for that title Signed-off-by: Owen Leonard Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 242e9c36f9c4cd8a9d5284a7347de7ab787eb2a7) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/circ/reserveratios.tt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt index ff806f51f0..7acf0e6023 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -12,8 +12,6 @@ @@ -56,7 +54,7 @@

[% reserveloo.reservecount | html %]

[% reserveloo.itemcount | html %]

- [% reserveloo.thisratio | html %] + [% reserveloo.thisratio | html %] [% INCLUDE 'biblio-title.inc' biblio=reserveloo link = 1 %][% IF ( reserveloo.author ) %] by [% reserveloo.author | html %][% END %] @@ -181,10 +179,6 @@