http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8293
Fridolyn SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|[email protected] |[email protected] |ity.org |m --- Comment #1 from Fridolyn SOMERS <[email protected]> --- Created attachment 11446 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11446&action=edit Proposed patch Very small patch for a big bug. Some have this error message : Software error: Can't call method "data" on an undefined value at /home/kokha/src/C4/Search.pm line 1505. The problem appears in the 'searchAgain' function in opac-detail.pl. This function is called only on a detail page that is at the end or the begining of a result page. So : In opac-detail.pl, in searchResults method call : The zebra results are used in a hash instead of an array (see opac-results.pl). + The parameter giving hidelostitems syspref is useless, this syspref is managed into method. Please test and signoff. -- 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] http://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/
