https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172
Bug ID: 32172
Summary: Random biblionumber passed when clicking 'Z3950
SRU/Search' from the search results in staff client
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
The code for Z3950 popup:
393 /* this function open a popup to search on z3950 server. */
394 function PopupZ3950() {
395 if( strQuery ){
396
window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=" +
biblionumber + strQuery,"z3950sear
ch",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes');
397 }
398 }
399
Picks a random biblionumber variable
Seems to get defined when images are enabled, presumably from
verify_cover_images
We shouldn't ever be replacing a biblio from the results page, so lets just
remove it
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/