From a0c59456bc974562a012a2a5f7aff7c6b23fbca3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Dec 2011 15:14:58 -0500 Subject: [PATCH 1/1] Bug 7202 - z39.50 search on bib edit not working The pop-up menu's "Import" link did not correctly pick up the existing record's biblionumber, if present. Signed-off-by: Katrin Fischer To test: 1) Searched for a record in your catalog 2) Edit > Edit record 3) Start Z39.50 search 4) Pick a new record with different title for import - using the import link at the end of the table line - using the pop up menu's import link 5) Save and check if a duplicate was created Signed-off-by: Paul Poulain --- .../intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index 20150ac7c7..6eb4b50297 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -146,7 +146,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% IF ( breeding_loo.breedingid ) %] - [% breeding_loo.server %] + [% breeding_loo.server %] [% breeding_loo.title |html %] [% breeding_loo.author %] [% breeding_loo.date %] -- 2.20.1