https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960

--- Comment #2 from Joonas Kylmälä <joonas.kylm...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to