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

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 102-108 sub siblings { Link Here
102
102
103
=head3 wants_check_for_previous_checkout
103
=head3 wants_check_for_previous_checkout
104
104
105
    $wants_check = $patron->wantsCheckPrevCheckout;
105
    $wants_check = $patron->wants_check_for_previous_checkout;
106
106
107
Return 1 if Koha needs to perform PrevIssue checking, else 0.
107
Return 1 if Koha needs to perform PrevIssue checking, else 0.
108
108
109
- 

Return to bug 6906