Lines 1-5
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
|
|
3 |
[% USE KohaDates %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Print receipt for [% patron.cardnumber %]</title> |
6 |
<title>Print receipt for [% patron.cardnumber %]</title> |
Lines 45-51
Link Here
|
45 |
|
46 |
|
46 |
[% FOREACH account IN accounts %] |
47 |
[% FOREACH account IN accounts %] |
47 |
<tr class="highlight"> |
48 |
<tr class="highlight"> |
48 |
<td>[% account.date %]</td> |
49 |
<td>[% account.date | $KohaDates%]</td> |
49 |
<td> |
50 |
<td> |
50 |
[% SWITCH account.accounttype %] |
51 |
[% SWITCH account.accounttype %] |
51 |
[% CASE 'Pay' %]Payment, thanks |
52 |
[% CASE 'Pay' %]Payment, thanks |