https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38000
--- Comment #2 from Jonathan Druart <[email protected]> --- I would keep the line as it was and remove the redundant one use C4::Search qw( searchResults enabled_staff_search_views z3950_search_args new_record_from_zebra ); 631 $template->param (z3950_search_params => C4::Search::z3950_search_args($z3950par || $query_desc)); 705 my $marc_record_object = C4::Search::new_record_from_zebra( -- You are receiving this mail because: 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/
