From ce1d700bb8721043841bad9ecdc4cbe3c2697363 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=utf8 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 Signed-off-by: Katrin Fischer (cherry picked from commit fcbb5fceb8d759eecfbc13b88397c205f3a66eb3) Signed-off-by: Fridolin Somers (cherry picked from commit d7bed4435bfad0fcabb5fac4ef377f383ad61eb5) Signed-off-by: Lucas Gass --- 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 1dce7fe145..efb1ca5cd2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -112,7 +112,7 @@ div#result { margin-top: 1em; } [% END %] -- 2.39.2