|
Lines 179-205
Link Here
|
| 179 |
[%- CASE 'FORGIVEN' -%]Forgiven |
179 |
[%- CASE 'FORGIVEN' -%]Forgiven |
| 180 |
[%- CASE 'CREDIT' -%]Credit |
180 |
[%- CASE 'CREDIT' -%]Credit |
| 181 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
181 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
|
|
182 |
[%- CASE 'REFUND' -%]Refund |
| 182 |
[%- CASE -%][% account.credit_type.description | html %] |
183 |
[%- CASE -%][% account.credit_type.description | html %] |
| 183 |
[%- END -%] |
184 |
[%- END -%] |
| 184 |
[%- ELSIF account.debit_type_code -%] |
185 |
[%- ELSIF account.debit_type_code -%] |
| 185 |
[%- SWITCH account.debit_type_code -%] |
186 |
[%- SWITCH account.debit_type_code -%] |
| 186 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
187 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
| 187 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
188 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
| 188 |
[%- CASE 'LOST' -%]Lost item |
189 |
[%- CASE 'LOST' -%]Lost item |
| 189 |
[%- CASE 'MANUAL' -%]Manual fee |
190 |
[%- CASE 'MANUAL' -%]Manual fee |
| 190 |
[%- CASE 'NEW_CARD' -%]New card |
191 |
[%- CASE 'NEW_CARD' -%]New card |
| 191 |
[%- CASE 'OVERDUE' -%]Fine |
192 |
[%- CASE 'OVERDUE' -%]Fine |
| 192 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
193 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
| 193 |
[%- CASE 'RENT' -%]Rental fee |
194 |
[%- CASE 'RENT' -%]Rental fee |
| 194 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
195 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
| 195 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
196 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
| 196 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
197 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
| 197 |
[%- CASE 'RESERVE' -%]Hold fee |
198 |
[%- CASE 'RESERVE' -%]Hold fee |
| 198 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
199 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
| 199 |
[%- CASE -%][% account.debit_type.description | html %] |
200 |
[%- CASE -%][% account.debit_type.description | html %] |
| 200 |
[%- END -%] |
201 |
[%- END -%] |
| 201 |
[%- END -%] |
202 |
[%- END -%] |
| 202 |
[%- SWITCH account.status -%] |
203 |
[%- PROCESS account_status_description account=account -%] |
|
|
204 |
</span> |
| 205 |
[%- END # /BLOCK account_type_description -%] |
| 206 |
|
| 207 |
[%- BLOCK account_status_description -%] |
| 208 |
[%- SWITCH account.status -%] |
| 203 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
209 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
| 204 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
210 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
| 205 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
211 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
|
Lines 208-212
Link Here
|
| 208 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
214 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
| 209 |
[%- CASE -%] |
215 |
[%- CASE -%] |
| 210 |
[%- END -%] |
216 |
[%- END -%] |
| 211 |
</span> |
217 |
[%- END -%] |
| 212 |
[%- END # /BLOCK account_type_description -%] |
|
|