Lines 4-22
Link Here
|
4 |
[% CASE 'no_checkout' %] |
4 |
[% CASE 'no_checkout' %] |
5 |
Item is not checked out |
5 |
Item is not checked out |
6 |
[% CASE 'too_soon' %] |
6 |
[% CASE 'too_soon' %] |
7 |
Cannot yet be renewed |
7 |
Cannot be renewed yet |
8 |
[% CASE 'too_many' %] |
8 |
[% CASE 'too_many' %] |
9 |
Renewed the maximum number of times |
9 |
Renewed the maximum number of times |
10 |
[% CASE 'auto_too_soon' %] |
10 |
[% CASE 'auto_too_soon' %] |
11 |
Scheduled for automatic renewal and cannot yet be renewed |
11 |
Scheduled for automatic renewal and cannot be renewed yet |
12 |
[% CASE 'auto_too_late' %] |
12 |
[% CASE 'auto_too_late' %] |
13 |
Scheduled for automatic renewal and cannot yet be any more |
13 |
Scheduled for automatic renewal and cannot be renewed any more |
14 |
[% CASE 'auto_account_expired' %] |
14 |
[% CASE 'auto_account_expired' %] |
15 |
Scheduled for automatic renewal and cannot be renewed because the patron's account has expired |
15 |
Scheduled for automatic renewal and cannot be renewed because the patron's account has expired |
16 |
[% CASE 'auto_renew' %] |
16 |
[% CASE 'auto_renew' %] |
17 |
Scheduled for automatic renewal |
17 |
Scheduled for automatic renewal |
18 |
[% CASE 'auto_too_much_oweing' %] |
18 |
[% CASE 'auto_too_much_oweing' %] |
19 |
Scheduled for automatic renewal |
19 |
Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges |
20 |
[% CASE 'on_reserve' %] |
20 |
[% CASE 'on_reserve' %] |
21 |
On hold for another patron |
21 |
On hold for another patron |
22 |
[% CASE 'patron_restricted' %] |
22 |
[% CASE 'patron_restricted' %] |
23 |
- |
|
|