https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22548 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- [14:26] <Joubu> js/pages/results.js [14:26] <Joubu> 394 function PopupZ3950() { [14:26] <Joubu> is using strQuery [14:27] <Joubu> 631 $template->param (z3950_search_params => C4::Search::z3950_search_args($z3950par || $query_desc)); [14:27] <Joubu> because before we had: catalogue/results.tt [14:27] <Joubu> 812 [%- FOREACH z3950_search_param IN z3950_search_params -%] [14:27] <Joubu> 813 strQuery += "&" + "[% z3950_search_param.name |uri %]" + "=" + "[% z3950_search_param.value |uri %]"; [14:27] <Joubu> 814 [%- END -%] [14:29] <Joubu> I can easily imagine a generic 'biblionumber' coming from somewhere else -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.