https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22548
--- Comment #6 from Marcel de Rooy <[email protected]> --- [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. _______________________________________________ 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/
