View | Details | Raw Unified | Return to bug 32172
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/pages/results.js (-2 / +1 lines)
Lines 393-399 function addToList () { Link Here
393
/* this function open a popup to search on z3950 server.  */
393
/* this function open a popup to search on z3950 server.  */
394
function PopupZ3950() {
394
function PopupZ3950() {
395
    if( strQuery ){
395
    if( strQuery ){
396
        window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=" + biblionumber + strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes');
396
        window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?" + strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes');
397
    }
397
    }
398
}
398
}
399
399
400
- 

Return to bug 32172