Lines 1676-1682
sub patron_status_string {
Link Here
|
1676 |
denied( $patron->hold_ok ), |
1676 |
denied( $patron->hold_ok ), |
1677 |
boolspace( $patron->card_lost ), |
1677 |
boolspace( $patron->card_lost ), |
1678 |
boolspace( $patron->too_many_charged ), |
1678 |
boolspace( $patron->too_many_charged ), |
1679 |
$server->{account}->{disable_too_many_overdue} ? q{ } : boolspace( $patron->too_many_overdue ), |
1679 |
$server->{account}->{overdues_block_checkout} ? boolspace( $patron->too_many_overdue ) : q{ }, |
1680 |
boolspace( $patron->too_many_renewal ), |
1680 |
boolspace( $patron->too_many_renewal ), |
1681 |
boolspace( $patron->too_many_claim_return ), |
1681 |
boolspace( $patron->too_many_claim_return ), |
1682 |
boolspace( $patron->too_many_lost ), |
1682 |
boolspace( $patron->too_many_lost ), |