From 30ef35a3c67cdaf00107fb7ddd5fe181d6281b8f Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Wed, 11 Oct 2023 16:54:40 +0000 Subject: [PATCH] Bug 35034: Added a hyperlink of the bib record to the biblionumber on the merge record form. 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: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 1 + 1 file changed, 1 insertion(+) 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..69fe7423c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -117,6 +117,7 @@ div#result { margin-top: 1em; } [% END %] -- 2.30.2