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 1156-1161 sub article_request_type { Link Here
1156
1156
1157
=head3 current_holds
1157
=head3 current_holds
1158
1158
1159
    my $holds = $item->current_holds
1160
1161
Return the holds placed on this item.
1162
Respects the lookahead days in ConfirmFutureHolds pref.
1163
1159
=cut
1164
=cut
1160
1165
1161
sub current_holds {
1166
sub current_holds {
1162
- 

Return to bug 37651