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 <Katrin.Fischer.83@web.de> 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 <paul.poulain@biblibre.com>
This commit is contained in:
parent
373e49576d
commit
7fd5098b98
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue