From 879ea6ceef7bbff592e112d6408122c8fb9eb75b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 18 Feb 2021 12:00:42 +0100 Subject: [PATCH] Bug 27131: Improve POD for the new method --- Koha/Holds.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Koha/Holds.pm b/Koha/Holds.pm index a1d6288348..82268d4ed2 100644 --- a/Koha/Holds.pm +++ b/Koha/Holds.pm @@ -94,7 +94,18 @@ sub forced_hold_level { =head3 get_items_that_can_fill -Developer will certainly submit an appropriate description. + my $items = $holds->get_items_that_can_fill(); + +Return the list of items that can fill the hold set. + +Items that are not: + + in transit + waiting + lost + widthdrawn + not for loan + not on loan =cut -- 2.20.1