|
Lines 127-132
Link Here
|
| 127 |
<th class="ar-copynumber">Copy number</th> |
127 |
<th class="ar-copynumber">Copy number</th> |
| 128 |
<th class="ar-enumchron">Enumeration</th> |
128 |
<th class="ar-enumchron">Enumeration</th> |
| 129 |
<th class="ar-barcode">Barcode</th> |
129 |
<th class="ar-barcode">Barcode</th> |
|
|
130 |
<th class="ar-format">Format</th> |
| 130 |
<th class="ar-patron">Patron</th> |
131 |
<th class="ar-patron">Patron</th> |
| 131 |
<th class="ar-date">Date</th> |
132 |
<th class="ar-date">Date</th> |
| 132 |
<th class="ar-actions noExport">Actions</th> |
133 |
<th class="ar-actions noExport">Actions</th> |
|
Lines 191-196
Link Here
|
| 191 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
192 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
| 192 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
193 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
| 193 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
194 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
195 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
| 194 |
<td class="ar-patron"> |
196 |
<td class="ar-patron"> |
| 195 |
<p> |
197 |
<p> |
| 196 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
198 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
|
Lines 228-233
Link Here
|
| 228 |
<th class="ar-copynumber">Copy number</th> |
230 |
<th class="ar-copynumber">Copy number</th> |
| 229 |
<th class="ar-enumchron">Enumeration</th> |
231 |
<th class="ar-enumchron">Enumeration</th> |
| 230 |
<th class="ar-barcode">Barcode</th> |
232 |
<th class="ar-barcode">Barcode</th> |
|
|
233 |
<th class="ar-format">Format</th> |
| 231 |
<th class="ar-patron">Patron</th> |
234 |
<th class="ar-patron">Patron</th> |
| 232 |
<th class="ar-date">Date</th> |
235 |
<th class="ar-date">Date</th> |
| 233 |
<th class="ar-actions noExport">Actions</th> |
236 |
<th class="ar-actions noExport">Actions</th> |
|
Lines 290-295
Link Here
|
| 290 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
293 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
| 291 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
294 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
| 292 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
295 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
296 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
| 293 |
<td class="ar-patron"> |
297 |
<td class="ar-patron"> |
| 294 |
<p> |
298 |
<p> |
| 295 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
299 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |