Lines 62-67
Link Here
|
62 |
<tr> |
62 |
<tr> |
63 |
<th>Created</th> |
63 |
<th>Created</th> |
64 |
<th>Updated</th> |
64 |
<th>Updated</th> |
|
|
65 |
<th>Managed by</th> |
65 |
<th>Credit number</th> |
66 |
<th>Credit number</th> |
66 |
<th>Account type</th> |
67 |
<th>Account type</th> |
67 |
<th>Description of charges</th> |
68 |
<th>Description of charges</th> |
Lines 84-89
Link Here
|
84 |
<tr> |
85 |
<tr> |
85 |
<td data-order="[% account.date | html %]">[% account.date | $KohaDates %]</td> |
86 |
<td data-order="[% account.date | html %]">[% account.date | $KohaDates %]</td> |
86 |
<td data-order="[% account.timestamp | html %]">[% account.timestamp | $KohaDates with_hours = 1 %]</td> |
87 |
<td data-order="[% account.timestamp | html %]">[% account.timestamp | $KohaDates with_hours = 1 %]</td> |
|
|
88 |
<td>[% loggedinuser.surname | html %], [% loggedinuser.firstname | html %]</td> |
87 |
<td>[% account.credit_number | html %]</td> |
89 |
<td>[% account.credit_number | html %]</td> |
88 |
<td>[% PROCESS account_type_description account=account %]</td> |
90 |
<td>[% PROCESS account_type_description account=account %]</td> |
89 |
<td> |
91 |
<td> |
Lines 142-148
Link Here
|
142 |
[% END %] |
144 |
[% END %] |
143 |
<tfoot> |
145 |
<tfoot> |
144 |
<tr> |
146 |
<tr> |
145 |
<td colspan="13">Total due</td> |
147 |
<td colspan="14">Total due</td> |
146 |
[% IF ( totalcredit ) %] |
148 |
[% IF ( totalcredit ) %] |
147 |
<td class="credit" style="text-align: right;">[% total | $Price %]</td> |
149 |
<td class="credit" style="text-align: right;">[% total | $Price %]</td> |
148 |
<td> |
150 |
<td> |