Lines 13-30
Link Here
|
13 |
[%- END -%] |
13 |
[%- END -%] |
14 |
[%- ELSIF account.debit_type -%] |
14 |
[%- ELSIF account.debit_type -%] |
15 |
[%- SWITCH account.debit_type -%] |
15 |
[%- SWITCH account.debit_type -%] |
16 |
[%- CASE 'N' -%]New card |
|
|
17 |
[%- CASE 'OVERDUE' -%]Fine |
18 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
16 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
19 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
17 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
20 |
[%- CASE 'M' -%]Sundry |
|
|
21 |
[%- CASE 'LOST' -%]Lost item |
22 |
[%- CASE 'HE' -%]Hold waiting too long |
18 |
[%- CASE 'HE' -%]Hold waiting too long |
|
|
19 |
[%- CASE 'LOST' -%]Lost item |
20 |
[%- CASE 'M' -%]Sundry |
21 |
[%- CASE 'N' -%]New card |
22 |
[%- CASE 'OVERDUE' -%]Fine |
23 |
[%- CASE 'PF' -%]Lost item processing fee |
23 |
[%- CASE 'RENT' -%]Rental fee |
24 |
[%- CASE 'RENT' -%]Rental fee |
24 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
25 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
25 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
26 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
26 |
[%- CASE 'RENT_DAILY_RENEW' -%]Rewewal of daily rental item |
27 |
[%- CASE 'RENT_DAILY_RENEW' -%]Rewewal of daily rental item |
27 |
[%- CASE 'PF' -%]Lost item processing fee |
|
|
28 |
[%- CASE 'Res' -%]Hold fee |
28 |
[%- CASE 'Res' -%]Hold fee |
29 |
[%- CASE -%][% account.debit_type.description | html %] |
29 |
[%- CASE -%][% account.debit_type.description | html %] |
30 |
[%- END -%] |
30 |
[%- END -%] |