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

(-)a/C4/Members.pm (-5 lines)
Lines 529-538 C<$count> is the expiration date (9999-12-31 for indefinite) Link Here
529
529
530
Existing active restrictions are checked before current overdue items.
530
Existing active restrictions are checked before current overdue items.
531
531
532
FIXME: this needs to be split into two functions; a potential block
533
based on the number of current overdue items could be orthogonal
534
to a block based on whether the patron has any restrictions.
535
536
=cut
532
=cut
537
533
538
sub IsMemberBlocked {
534
sub IsMemberBlocked {
539
- 

Return to bug 10063