Lines 181-186
Link Here
|
181 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
181 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
182 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
182 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
183 |
[%- CASE 'REFUND' -%]Refund |
183 |
[%- CASE 'REFUND' -%]Refund |
|
|
184 |
[%- CASE 'CANCELLATION' -%]Cancelled charge |
184 |
[%- CASE -%][% account.credit_type.description | html %] |
185 |
[%- CASE -%][% account.credit_type.description | html %] |
185 |
[%- END -%] |
186 |
[%- END -%] |
186 |
[%- ELSIF account.debit_type_code -%] |
187 |
[%- ELSIF account.debit_type_code -%] |
Lines 198-203
Link Here
|
198 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
199 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
199 |
[%- CASE 'RESERVE' -%]Hold fee |
200 |
[%- CASE 'RESERVE' -%]Hold fee |
200 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
201 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
|
|
202 |
[%- CASE 'Payout' -%]Payout |
201 |
[%- CASE -%][% account.debit_type.description | html %] |
203 |
[%- CASE -%][% account.debit_type.description | html %] |
202 |
[%- END -%] |
204 |
[%- END -%] |
203 |
[%- END -%] |
205 |
[%- END -%] |
Lines 210-218
Link Here
|
210 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
212 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
211 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
213 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
212 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
214 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
|
|
215 |
[%- CASE 'REFUNDED' -%]<span> (Refunded)</span> |
213 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
216 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
214 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
217 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
215 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
218 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
|
|
219 |
[%- CASE 'CANCELLED' -%]<span> (Cancelled)</span> |
216 |
[%- CASE -%] |
220 |
[%- CASE -%] |
217 |
[%- END -%] |
221 |
[%- END -%] |
218 |
[%- END -%] |
222 |
[%- END -%] |
219 |
- |
|
|