15 Jan
2020
15 Jan
'20
8:23 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24185 --- Comment #15 from Andrew Nugged <nugged@gmail.com> --- Created attachment 97376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97376&action=edit Bug 24185: Make holds page faster - call to subroutine moved below "if" `$on_shelf_holds` was assigned before "return .. if" but not used in that code piece, so sometimes it was useless. Moved assignment after "return .. if". -- You are receiving this mail because: You are watching all bug changes.