Lines 11-31
Link Here
|
11 |
|
11 |
|
12 |
[%- BLOCK debit_type_description -%] |
12 |
[%- BLOCK debit_type_description -%] |
13 |
[%- SWITCH debit_type.code -%] |
13 |
[%- SWITCH debit_type.code -%] |
14 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
14 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
15 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
15 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
16 |
[%- CASE 'LOST' -%]Lost item |
16 |
[%- CASE 'ARTICLE_REQUEST_FEE' -%]Article scan request fee |
17 |
[%- CASE 'MANUAL' -%]Manual fee |
17 |
[%- CASE 'LOST' -%]Lost item |
18 |
[%- CASE 'NEW_CARD' -%]New card |
18 |
[%- CASE 'MANUAL' -%]Manual fee |
19 |
[%- CASE 'OVERDUE' -%]Fine |
19 |
[%- CASE 'NEW_CARD' -%]New card |
20 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
20 |
[%- CASE 'OVERDUE' -%]Fine |
21 |
[%- CASE 'RENT' -%]Rental fee |
21 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
22 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
22 |
[%- CASE 'RENT' -%]Rental fee |
23 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
23 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
24 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
24 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
25 |
[%- CASE 'RESERVE' -%]Hold fee |
25 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
26 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
26 |
[%- CASE 'RESERVE' -%]Hold fee |
27 |
[%- CASE 'Payout' -%]Payout |
27 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
28 |
[%- CASE -%][% debit_type.description | html %] |
28 |
[%- CASE 'Payout' -%]Payout |
|
|
29 |
[%- CASE -%][% debit_type.description | html %] |
29 |
[%- END -%] |
30 |
[%- END -%] |
30 |
[%- END -%] |
31 |
[%- END -%] |
31 |
|
32 |
|