Lines 20-25
Link Here
|
20 |
[%- CASE 'C' -%]<span>Credit |
20 |
[%- CASE 'C' -%]<span>Credit |
21 |
[%- CASE 'LOST_RETURN' -%]<span>Lost item fee refund |
21 |
[%- CASE 'LOST_RETURN' -%]<span>Lost item fee refund |
22 |
[%- CASE 'Res' -%]<span>Hold fee |
22 |
[%- CASE 'Res' -%]<span>Hold fee |
|
|
23 |
[%- CASE 'Refund' -%]<span>Refund |
24 |
[%- CASE 'Payout' -%]<span>Payout |
23 |
[%- CASE -%]<span>[% account.accounttype | html %] |
25 |
[%- CASE -%]<span>[% account.accounttype | html %] |
24 |
[%- END -%] |
26 |
[%- END -%] |
25 |
[%- PROCESS account_status_description account=account -%]</span> |
27 |
[%- PROCESS account_status_description account=account -%]</span> |
26 |
- |
|
|