https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516
--- Comment #472 from David Cook <[email protected]> --- Comment on attachment 162079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162079 Bug 15516: Allow to reserve first available item from a group of titles Review of attachment 162079: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15516&attachment=162079) ----------------------------------------------------------------- ::: circ/view_holdsqueue.pl @@ +56,4 @@ > locationslimit => $locationslimit > } > ); > + for my $item (@$items) { This block is unnecessary now and actually leads to a 500 error in 23.11.04+ -- 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/
