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