Lines 51-79
Link Here
|
51 |
<tr class="highlight"> |
51 |
<tr class="highlight"> |
52 |
<td>[% account.date | $KohaDates %]</td> |
52 |
<td>[% account.date | $KohaDates %]</td> |
53 |
<td> |
53 |
<td> |
54 |
[% SWITCH account.accounttype %] |
54 |
[% INCLUDE 'accounttype.inc' account => account %] |
55 |
[% CASE 'Pay' %]Payment, thanks |
|
|
56 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
57 |
[% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) |
58 |
[% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) |
59 |
[% CASE 'N' %]New card |
60 |
[% CASE 'F' %]Fine |
61 |
[% CASE 'A' %]Account management fee |
62 |
[% CASE 'M' %]Sundry |
63 |
[% CASE 'L' %]Lost item |
64 |
[% CASE 'W' %]Writeoff |
65 |
[% CASE 'FU' %]Accruing fine |
66 |
[% CASE 'HE' %]Hold waiting too long |
67 |
[% CASE 'Rent' %]Rental fee |
68 |
[% CASE 'FOR' %]Forgiven |
69 |
[% CASE 'LR' %]Lost item fee refund |
70 |
[% CASE 'PF' %]Processing fee |
71 |
[% CASE 'PAY' %]Payment |
72 |
[% CASE 'WO' %]Writeoff |
73 |
[% CASE 'C' %]Credit |
74 |
[% CASE 'CR' %]Credit |
75 |
[% CASE %][% account.accounttype | html %] |
76 |
[%- END -%] |
77 |
[%- IF account.description %], [% account.description | html %][% END %] |
55 |
[%- IF account.description %], [% account.description | html %][% END %] |
78 |
</td> |
56 |
</td> |
79 |
<td>[% account.note | html %]</td> |
57 |
<td>[% account.note | html %]</td> |