https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11426
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15758 --- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #4) > Result page: The code has been copied from the detail page, but... cannot > work. > A class is also used, highlight-row-results, but is never set. The > 'branchcode' key that is compared with $branchcode: > 850 if ( $item->{branchcode} eq $branchcode ) { > does not exist (not set by searchResults) => This is actually a regression, my bad. commit df97814f3034a3d5015546c4eca21f08ae951e37 Bug 15758: Koha::Libraries - Remove GetBranches Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15758 [Bug 15758] Move the C4::Branch related code to Koha::Libraries - part 4 -- 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/
