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

(-)a/Koha/Biblio.pm (-2 / +2 lines)
Lines 799-806 sub old_holds { Link Here
799
799
800
    my $holds = $biblio->current_holds
800
    my $holds = $biblio->current_holds
801
801
802
    Return the holds placed on this bibliographic record.
802
Return the holds placed on this bibliographic record.
803
    Respects the lookahead days in ConfirmFutureHolds pref.
803
Respects the lookahead days in ConfirmFutureHolds pref.
804
804
805
=cut
805
=cut
806
806
(-)a/Koha/Item.pm (-1 / +5 lines)
Lines 1137-1142 sub article_request_type { Link Here
1137
1137
1138
=head3 current_holds
1138
=head3 current_holds
1139
1139
1140
    my $holds = $item->current_holds
1141
1142
Return the holds placed on this item.
1143
Respects the lookahead days in ConfirmFutureHolds pref.
1144
1140
=cut
1145
=cut
1141
1146
1142
sub current_holds {
1147
sub current_holds {
1143
- 

Return to bug 37651