|
Lines 79-91
Link Here
|
| 79 |
</tr> |
79 |
</tr> |
| 80 |
</thead> |
80 |
</thead> |
| 81 |
|
81 |
|
| 82 |
<!-- FIXME: Shouldn't hardcode dollar signs, since Euro or Pound might be needed --> |
|
|
| 83 |
[% FOREACH account IN accounts %] |
82 |
[% FOREACH account IN accounts %] |
| 84 |
|
83 |
|
| 85 |
<tr> |
84 |
<tr> |
| 86 |
<td data-order="[% account.date | html %]">[% account.date | $KohaDates %]</td> |
85 |
<td data-order="[% account.date | html %]">[% account.date | $KohaDates %]</td> |
| 87 |
<td data-order="[% account.timestamp | html %]">[% account.timestamp | $KohaDates with_hours = 1 %]</td> |
86 |
<td data-order="[% account.timestamp | html %]">[% account.timestamp | $KohaDates with_hours = 1 %]</td> |
| 88 |
<td>[% loggedinuser.surname | html %], [% loggedinuser.firstname | html %]</td> |
87 |
<td>[% loggedinuser.surname | html %][%IF loggedinuser.firstname %], [% loggedinuser.firstname | html %][% END %]</td> |
| 89 |
<td>[% account.credit_number | html %]</td> |
88 |
<td>[% account.credit_number | html %]</td> |
| 90 |
<td>[% PROCESS account_type_description account=account %]</td> |
89 |
<td>[% PROCESS account_type_description account=account %]</td> |
| 91 |
<td> |
90 |
<td> |
| 92 |
- |
|
|