The pop-up menu's "Import" link did not correctly pick
up the existing record's biblionumber, if present.
---
.../prog/en/modules/cataloguing/z3950_search.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 20150ac..6eb4b50 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 ) %]
<tr id="row[% breeding_loo.breedingid %]">
- <td>[% breeding_loo.server %] <div class="linktools"><a
href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid
%]" rel="gb_page_center[600,500]">Preview MARC</a> <a
href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[%
breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a
href="#" onclick="Import([% breeding_loo.breedingid %],0); return
false">Import</a><a href="#" onclick="closemenu();return false;" title="Close
this menu"> X </a></div> </td>
+ <td>[% breeding_loo.server %] <div class="linktools"><a
href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid
%]" rel="gb_page_center[600,500]">Preview MARC</a> <a
href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[%
breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a
href="#" onclick="Import([% breeding_loo.breedingid %],[%
breeding_loo.biblionumber %]); return false">Import</a><a href="#"
onclick="closemenu();return false;" title="Close this menu"> X </a></div> </td>
<td>[% breeding_loo.title |html %]</td>
<td>[% breeding_loo.author %]</td>
<td>[% breeding_loo.date %]</td>
--
1.7.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/