From 9037e661b16006181a2661191f25ac09df862b0a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 19 Sep 2018 14:48:08 +0000 Subject: [PATCH] Bug 21380: Circulation history UI improvements - make barcode clickable This patch modifies the patron circulation history template so that the barcode of each item links to the item details page. To test, apply the patch and view the circulation history for a patron with multiple current or past checkouts. In the table of titles, the barcode for each item should correctly link to the item details page for that item. Signed-off-by: Michal Denar Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt index 8ba70f381f..9d7981462b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -84,7 +84,7 @@ [% END %] - [% issue.barcode | html %] + [% issue.barcode | html %] [% issue.renewals | html %] [% issue.issuedate |$KohaDates with_hours => 1 | html %] -- 2.39.2