Bug 3142: Add note about imprecision of filter_by_for_hold

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-10-05 14:32:47 +02:00
parent bd438ff99d
commit 064500bc96

View file

@ -43,7 +43,10 @@ Koha::Items - Koha Item object set class
my $filtered_items = $items->filter_by_for_hold;
Return the items of the set that are holdable
Return the items of the set that are *potentially* holdable
Caller has the responsability to call C4::Reserves::CanItemBeReserved before
placing a hold on one of those items.
=cut