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 1128-1133 sub article_request_type { Link Here
1128
1128
1129
=head3 current_holds
1129
=head3 current_holds
1130
1130
1131
    my $holds = $item->current_holds
1132
1133
Return the holds placed on this item.
1134
Respects the lookahead days in ConfirmFutureHolds pref.
1135
1131
=cut
1136
=cut
1132
1137
1133
sub current_holds {
1138
sub current_holds {
1134
- 

Return to bug 37651