Lines 18-23
Link Here
|
18 |
[%- CASE 'Lost Item' -%]<span>Lost item returned</span> |
18 |
[%- CASE 'Lost Item' -%]<span>Lost item returned</span> |
19 |
[%- CASE 'Writeoff' -%]<span>Writeoff</span> |
19 |
[%- CASE 'Writeoff' -%]<span>Writeoff</span> |
20 |
[%- CASE 'Void Payment' -%]<span>Void payment</span> |
20 |
[%- CASE 'Void Payment' -%]<span>Void payment</span> |
|
|
21 |
[%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span> |
21 |
[%- CASE -%][% account_offset.type | html %] |
22 |
[%- CASE -%][% account_offset.type | html %] |
22 |
[%- END -%] |
23 |
[%- END -%] |
23 |
[%- END -%] |
24 |
[%- END -%] |
Lines 65-70
Link Here
|
65 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
66 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
66 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
67 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
67 |
[%- CASE 'REFUND' -%]Refund |
68 |
[%- CASE 'REFUND' -%]Refund |
|
|
69 |
[%- CASE 'CANCELLATION' -%]Cancelled charge |
68 |
[%- CASE -%][% credit_type.description | html %] |
70 |
[%- CASE -%][% credit_type.description | html %] |
69 |
[%- END -%] |
71 |
[%- END -%] |
70 |
[%- END -%] |
72 |
[%- END -%] |
71 |
- |
|
|