Lines 46-62
Link Here
|
46 |
<td>[% account.date %]</td> |
46 |
<td>[% account.date %]</td> |
47 |
<td> |
47 |
<td> |
48 |
[% SWITCH account.accounttype %] |
48 |
[% SWITCH account.accounttype %] |
49 |
[% CASE 'Pay' %]Payment,thanks |
49 |
[% CASE 'Pay' %]Payment, thanks |
50 |
[% CASE 'Pay00' %]Payment,thanks (cash via SIP2) |
50 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
51 |
[% CASE 'Pay01' %]Payment,thanks (VISA via SIP2) |
51 |
[% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) |
52 |
[% CASE 'Pay02' %]Payment,thanks (credit card via SIP2) |
52 |
[% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) |
53 |
[% CASE 'N' %]New Card |
53 |
[% CASE 'N' %]New card |
54 |
[% CASE 'F' %]Fine |
54 |
[% CASE 'F' %]Fine |
55 |
[% CASE 'A' %]Account management fee |
55 |
[% CASE 'A' %]Account management fee |
56 |
[% CASE 'M' %]Sundry |
56 |
[% CASE 'M' %]Sundry |
57 |
[% CASE 'L' %]Lost Item |
57 |
[% CASE 'L' %]Lost item |
58 |
[% CASE 'W' %]Writeoff |
58 |
[% CASE 'W' %]Writeoff |
59 |
[% CASE %][% account.accounttype %] |
59 |
[% CASE 'FU' %]Accruing fine |
|
|
60 |
[% CASE 'Rent' %]Rental fee |
61 |
[% CASE 'FOR' %]Forgiven |
62 |
[% CASE 'LR' %]Lost item fee refund |
63 |
[% CASE 'PAY' %]Payment |
64 |
[% CASE 'WO' %]Writeoff |
65 |
[% CASE 'C' %]Credit |
66 |
[% CASE 'CR' %]Credit |
67 |
[% CASE %][% line.accounttype %] |
60 |
[%- END -%] |
68 |
[%- END -%] |
61 |
[%- IF account.description %], [% account.description %][% END %] |
69 |
[%- IF account.description %], [% account.description %][% END %] |
62 |
[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %][% account.title |html %]</td> |
70 |
[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %][% account.title |html %]</td> |