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:
parent
bd438ff99d
commit
064500bc96
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue