From 39f4e3af0a8f148f33d6bb0a0f97919509e5b818 Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Tue, 5 Dec 2023 14:57:58 +0000 Subject: [PATCH] Bug 35034: Add parameter that links titles to their records MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To recreate: 1. Select two items from the catalog and begin a merge. 2. Notice that the title of the items, their biblionumber and a hyperlink to their MARC record is available. 3. Apply the patch and refresh the page. The biblionumber for each title is now hyperlinked and leads to the item’s bib records. 4. Sign off and have a great day :) Signed-off-by: Owen Leonard Signed-off-by: Emily Lamancusa --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt index 9ed117f7c6..ea00490255 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -116,7 +116,7 @@ div#result { margin-top: 1em; } [% END %] -- 2.34.1