Lines 163-169
Link Here
|
163 |
<th>Transaction type</th> |
163 |
<th>Transaction type</th> |
164 |
<th>Notes</th> |
164 |
<th>Notes</th> |
165 |
<th>Amount</th> |
165 |
<th>Amount</th> |
166 |
<th>Bibliographic record title</th> |
166 |
<th class="anti-the">Bibliographic record title</th> |
167 |
<th>Barcode</th> |
167 |
<th>Barcode</th> |
168 |
<th>Item type</th> |
168 |
<th>Item type</th> |
169 |
</tr> |
169 |
</tr> |
Lines 174-181
Link Here
|
174 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopresul.borrowernumber | uri %]">[% loopresul.cardnumber | html %]</a></td> |
174 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopresul.borrowernumber | uri %]">[% loopresul.cardnumber | html %]</a></td> |
175 |
<td>[% loopresul.bfirstname | html %] [% loopresul.bsurname | html %]</td> |
175 |
<td>[% loopresul.bfirstname | html %] [% loopresul.bsurname | html %]</td> |
176 |
<td>[% loopresul.branchname | html %]</td> |
176 |
<td>[% loopresul.branchname | html %]</td> |
177 |
<td>[% loopresul.date | $KohaDates %]</td> |
177 |
<td data-order="[% loopresul.date | html %]">[% loopresul.date | $KohaDates %]</td> |
178 |
<td>[% loopresul.timestamp | $KohaDates with_hours = 1 %]</td> |
178 |
<td data-order="[% loopresul.timestamp | html %]">[% loopresul.timestamp | $KohaDates with_hours = 1 %]</td> |
179 |
<td>[% loopresul.type_description | html %]</td> |
179 |
<td>[% loopresul.type_description | html %]</td> |
180 |
<td>[% loopresul.note | html %]</td> |
180 |
<td>[% loopresul.note | html %]</td> |
181 |
<td style="text-align:right;">[% loopresul.amount | $Price %]</td> |
181 |
<td style="text-align:right;">[% loopresul.amount | $Price %]</td> |
182 |
- |
|
|