View | Details | Raw Unified | Return to bug 27131
Collapse All | Expand All

(-)a/Koha/Holds.pm (-2 / +12 lines)
Lines 94-100 sub forced_hold_level { Link Here
94
94
95
=head3 get_items_that_can_fill
95
=head3 get_items_that_can_fill
96
96
97
Developer will certainly submit an appropriate description.
97
    my $items = $holds->get_items_that_can_fill();
98
99
Return the list of items that can fill the hold set.
100
101
Items that are not:
102
103
  in transit
104
  waiting
105
  lost
106
  widthdrawn
107
  not for loan
108
  not on loan
98
109
99
=cut
110
=cut
100
111
101
- 

Return to bug 27131