Lines 182-189
Link Here
|
182 |
[%- CASE 'LOST_RETURN' -%]Lost item fee refund |
182 |
[%- CASE 'LOST_RETURN' -%]Lost item fee refund |
183 |
[%- CASE -%][% account.accounttype | html %] |
183 |
[%- CASE -%][% account.accounttype | html %] |
184 |
[%- END -%] |
184 |
[%- END -%] |
185 |
[%- ELSIF account.debit_type -%] |
185 |
[%- ELSIF account.debit_type_code -%] |
186 |
[%- SWITCH account.debit_type -%] |
186 |
[%- SWITCH account.debit_type_code -%] |
187 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
187 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
188 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
188 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
189 |
[%- CASE 'LOST' -%]Lost item |
189 |
[%- CASE 'LOST' -%]Lost item |
190 |
- |
|
|