https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960 --- Comment #2 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- Comment on attachment 136066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136066 Bug 30960: Koha lets to place item-level holds without a pick-up place Review of attachment 136066: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=30960&attachment=136066) ----------------------------------------------------------------- ::: reserve/placerequest.pl @@ +83,2 @@
+ if ( $item_pickup_location || $can_item_be_reserved eq 'OK' || ( $can_item_be_reserved ne 'itemAlreadyOnHold' && $can_override ) ) {
$item_pickup_location shouldn't be here, this lets anyone to place holds, regardless of the circ rules/override allowability. -- You are receiving this mail because: You are watching all bug changes.