Lines 35-41
Link Here
|
35 |
</th> |
35 |
</th> |
36 |
</tr> |
36 |
</tr> |
37 |
<tr> |
37 |
<tr> |
38 |
<th>Date</th> |
38 |
<th>Original date</th> |
|
|
39 |
<th>Updated</th> |
39 |
<th>Description of charges</th> |
40 |
<th>Description of charges</th> |
40 |
<th>Note</th> |
41 |
<th>Note</th> |
41 |
<th style="text-align:right;">Amount</th> |
42 |
<th style="text-align:right;">Amount</th> |
Lines 44-51
Link Here
|
44 |
|
45 |
|
45 |
[% FOREACH account IN accounts %] |
46 |
[% FOREACH account IN accounts %] |
46 |
<tr class="highlight"> |
47 |
<tr class="highlight"> |
47 |
<td>[% account.timestamp | $KohaDates with_hours => 1 %]</td> |
48 |
<td>[% account.date | $KohaDates %]</td> |
48 |
<td> |
49 |
<td>[% account.timestamp | $KohaDates with_hours => 1 %]</td> |
|
|
50 |
<td> |
49 |
[% SWITCH account.accounttype %] |
51 |
[% SWITCH account.accounttype %] |
50 |
[% CASE 'Pay' %]Payment, thanks |
52 |
[% CASE 'Pay' %]Payment, thanks |
51 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
53 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |