Lines 4-25
Link Here
|
4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
7 |
[%- CASE 'VOID' -%]<span>Voided</span> |
|
|
8 |
[%- CASE 'N' -%]<span>New card</span> |
7 |
[%- CASE 'N' -%]<span>New card</span> |
9 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
8 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
10 |
[%- CASE 'A' -%]<span>Account management fee</span> |
9 |
[%- CASE 'A' -%]<span>Account management fee</span> |
11 |
[%- CASE 'M' -%]<span>Sundry</span> |
10 |
[%- CASE 'M' -%]<span>Sundry</span> |
12 |
[%- CASE 'L' -%]<span>Lost item</span> |
11 |
[%- CASE 'L' -%]<span>Lost item</span> |
13 |
[%- CASE 'W' -%]<span>Writeoff</span> |
12 |
[%- CASE 'W' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
14 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
13 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
15 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
14 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
16 |
[%- CASE 'FOR' -%]<span>Forgiven</span> |
15 |
[%- CASE 'FOR' -%]<span>Forgiven[%- PROCESS account_status_description account=account -%]</span> |
17 |
[%- CASE 'LR' -%]<span>Lost item fee refund</span> |
16 |
[%- CASE 'LR' -%]<span>Lost item fee refund[%- PROCESS account_status_description account=account -%]</span> |
18 |
[%- CASE 'PF' -%]<span>Lost item processing fee</span> |
17 |
[%- CASE 'PF' -%]<span>Lost item processing fee</span> |
19 |
[%- CASE 'PAY' -%]<span>Payment</span> |
18 |
[%- CASE 'PAY' -%]<span>Payment[%- PROCESS account_status_description account=account -%]</span> |
20 |
[%- CASE 'WO' -%]<span>Writeoff</span> |
19 |
[%- CASE 'WO' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
21 |
[%- CASE 'C' -%]<span>Credit</span> |
20 |
[%- CASE 'C' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
22 |
[%- CASE 'CR' -%]<span>Credit</span> |
21 |
[%- CASE 'CR' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
23 |
[%- CASE 'Res' -%]<span>Hold fee</span> |
22 |
[%- CASE 'Res' -%]<span>Hold fee</span> |
24 |
[%- CASE -%][% account.accounttype | html %] |
23 |
[%- CASE -%][% account.accounttype | html %] |
25 |
[%- END -%] |
24 |
[%- END -%] |
Lines 44-49
Link Here
|
44 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
43 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
45 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
44 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
46 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
45 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
|
|
46 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
47 |
[%- CASE -%] |
47 |
[%- CASE -%] |
48 |
[%- END -%] |
48 |
[%- END -%] |
49 |
[%- END -%] |
49 |
[%- END -%] |