Lines 48-62
Link Here
|
48 |
[% SWITCH account.accounttype %] |
48 |
[% SWITCH account.accounttype %] |
49 |
[% CASE 'Pay' %]Payment,thanks |
49 |
[% CASE 'Pay' %]Payment,thanks |
50 |
[% CASE 'N' %]New Card |
50 |
[% CASE 'N' %]New Card |
51 |
[% CASE 'F' %]Fine, [% account.title %] |
51 |
[% CASE 'F' %]Fine |
52 |
[% CASE 'A' %]Account management fee |
52 |
[% CASE 'FU' %]Fine Adjusted |
|
|
53 |
[% CASE 'FN' %]Fine |
54 |
[% CASE 'FFOR' %]Fine Forgiven On Return |
55 |
[% CASE 'A' %]Account Management Fee |
53 |
[% CASE 'M' %]Sundry |
56 |
[% CASE 'M' %]Sundry |
54 |
[% CASE 'L' %]Lost |
57 |
[% CASE 'L' %]Lost Item |
|
|
58 |
[% CASE 'LR' %]Lost & Refunded |
55 |
[% CASE 'W' %]Writeoff |
59 |
[% CASE 'W' %]Writeoff |
|
|
60 |
[% CASE 'Rent' %]Rental |
61 |
[% CASE 'REF' %]Refund Cash |
62 |
[% CASE 'Rep' %]Replaced |
63 |
[% CASE 'Res' %]Reserve |
64 |
[% CASE 'O' %]Overdue |
56 |
[% CASE %][% account.accounttype %] |
65 |
[% CASE %][% account.accounttype %] |
57 |
[%- END -%] |
66 |
[%- END -%] |
58 |
[%- IF account.description %], [% account.description %][% END %] |
67 |
[%- IF account.accounttype == 'Rent' AND account.description.match('enewal') %] Renewal[% END %] |
59 |
[% IF ( account.itemnumber ) %]<a title="[% account.title %]" href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %]</td> |
68 |
[%- IF account.title %] ( [% account.title |html_entity %] |
|
|
69 |
[% IF account.item AND account.item.barcode %] [% account.item.barcode |html_entity %][% END %] ) |
70 |
[% END %] |
71 |
[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&itemnumber=[% account.itemnumber %]">View item</a> [% END %] |
72 |
</td> |
60 |
<td>[% account.note | html_line_break %]</td> |
73 |
<td>[% account.note | html_line_break %]</td> |
61 |
[% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td> |
74 |
[% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td> |
62 |
[% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td> |
75 |
[% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td> |