Lines 32-37
Link Here
|
32 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
32 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
33 |
[% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) |
33 |
[% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) |
34 |
[% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) |
34 |
[% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) |
|
|
35 |
[% CASE 'VOID' %]Voided |
35 |
[% CASE 'N' %]New card |
36 |
[% CASE 'N' %]New card |
36 |
[% CASE 'F' %]Fine |
37 |
[% CASE 'F' %]Fine |
37 |
[% CASE 'A' %]Account management fee |
38 |
[% CASE 'A' %]Account management fee |
Lines 42-47
Link Here
|
42 |
[% CASE 'HE' %]Hold waiting too long |
43 |
[% CASE 'HE' %]Hold waiting too long |
43 |
[% CASE 'Rent' %]Rental fee |
44 |
[% CASE 'Rent' %]Rental fee |
44 |
[% CASE 'FOR' %]Forgiven |
45 |
[% CASE 'FOR' %]Forgiven |
|
|
46 |
[% CASE 'FFOR' %]Fine forgiven |
45 |
[% CASE 'LR' %]Lost item fee refund |
47 |
[% CASE 'LR' %]Lost item fee refund |
46 |
[% CASE 'PF' %]Processing fee |
48 |
[% CASE 'PF' %]Processing fee |
47 |
[% CASE 'PAY' %]Payment |
49 |
[% CASE 'PAY' %]Payment |
Lines 109-112
Link Here
|
109 |
</form> |
111 |
</form> |
110 |
[% ELSE %] |
112 |
[% ELSE %] |
111 |
<h4>You have no fines or charges</h4> |
113 |
<h4>You have no fines or charges</h4> |
112 |
[% END %] |
114 |
[% END %] |
113 |
- |
|
|