Lines 25-46
Link Here
|
25 |
[%- CASE 'RENT_DAILY_RENEW' -%]<span>Renewal of daily rental item</span> |
25 |
[%- CASE 'RENT_DAILY_RENEW' -%]<span>Renewal of daily rental item</span> |
26 |
[%- CASE 'RESERVE' -%]<span>Hold fee</span> |
26 |
[%- CASE 'RESERVE' -%]<span>Hold fee</span> |
27 |
[%- CASE 'RESERVE_EXPIRED' -%]<span>Hold waiting too long</span> |
27 |
[%- CASE 'RESERVE_EXPIRED' -%]<span>Hold waiting too long</span> |
28 |
[%- CASE 'Payout' -%]<span>Payout</span> |
28 |
[%- CASE 'PAYOUT' -%]<span>Payment from library to patron</span> |
|
|
29 |
[%- CASE 'VOID' -%]<span>Credit has been voided</span> |
29 |
[%- CASE -%]<span>[% debit_type.description | html %]</span> |
30 |
[%- CASE -%]<span>[% debit_type.description | html %]</span> |
30 |
[%- END -%] |
31 |
[%- END -%] |
31 |
[%- END -%] |
32 |
[%- END -%] |
32 |
|
33 |
|
33 |
[%- BLOCK credit_type_description -%] |
34 |
[%- BLOCK credit_type_description -%] |
34 |
[%- SWITCH credit_type_code -%] |
35 |
[%- SWITCH credit_type_code -%] |
35 |
[%- CASE 'PAYMENT' -%]<span>Payment</span> |
36 |
[%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span> |
36 |
[%- CASE 'WRITEOFF' -%]<span>Writeoff</span> |
|
|
37 |
[%- CASE 'FORGIVEN' -%]<span>Forgiven</span> |
38 |
[%- CASE 'CREDIT' -%]<span>Credit</span> |
37 |
[%- CASE 'CREDIT' -%]<span>Credit</span> |
|
|
38 |
[%- CASE 'DISCOUNT' -%]<span>Discount</span> |
39 |
[%- CASE 'FORGIVEN' -%]<span>Forgiven</span> |
39 |
[%- CASE 'LOST_FOUND' -%]<span>Lost item fee refund</span> |
40 |
[%- CASE 'LOST_FOUND' -%]<span>Lost item fee refund</span> |
40 |
[%- CASE 'OVERPAYMENT' -%]<span>Overpayment refund</span> |
41 |
[%- CASE 'OVERPAYMENT' -%]<span>Overpayment refund</span> |
41 |
[%- CASE 'REFUND' -%]<span>Refund</span> |
42 |
[%- CASE 'PAYMENT' -%]<span>Payment</span> |
42 |
[%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span> |
|
|
43 |
[%- CASE 'PROCESSING_FOUND' -%]<span>Lost item processing fee refund</span> |
43 |
[%- CASE 'PROCESSING_FOUND' -%]<span>Lost item processing fee refund</span> |
|
|
44 |
[%- CASE 'PURCHASE' -%]<span>Purchase</span> |
45 |
[%- CASE 'REFUND' -%]<span>Refund</span> |
46 |
[%- CASE 'WRITEOFF' -%]<span>Writeoff</span> |
44 |
[%- CASE -%]<span>[% credit_type.description | html %]</span> |
47 |
[%- CASE -%]<span>[% credit_type.description | html %]</span> |
45 |
[%- END -%] |
48 |
[%- END -%] |
46 |
[%- END -%] |
49 |
[%- END -%] |
47 |
- |
|
|