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

(-)a/Koha/Biblio.pm (-2 / +2 lines)
Lines 803-810 sub old_holds { Link Here
803
803
804
    my $holds = $biblio->current_holds
804
    my $holds = $biblio->current_holds
805
805
806
    Return the holds placed on this bibliographic record.
806
Return the holds placed on this bibliographic record.
807
    Respects the lookahead days in ConfirmFutureHolds pref.
807
Respects the lookahead days in ConfirmFutureHolds pref.
808
808
809
=cut
809
=cut
810
810
(-)a/Koha/Item.pm (-1 / +5 lines)
Lines 1166-1171 sub article_request_type { Link Here
1166
1166
1167
=head3 current_holds
1167
=head3 current_holds
1168
1168
1169
    my $holds = $item->current_holds
1170
1171
Return the holds placed on this item.
1172
Respects the lookahead days in ConfirmFutureHolds pref.
1173
1169
=cut
1174
=cut
1170
1175
1171
sub current_holds {
1176
sub current_holds {
1172
- 

Return to bug 37651