|
Lines 118-123
Link Here
|
| 118 |
<th class="ar-copynumber">Copy number</th> |
118 |
<th class="ar-copynumber">Copy number</th> |
| 119 |
<th class="ar-enumchron">Enumeration</th> |
119 |
<th class="ar-enumchron">Enumeration</th> |
| 120 |
<th class="ar-barcode">Barcode</th> |
120 |
<th class="ar-barcode">Barcode</th> |
|
|
121 |
<th class="ar-format">Format</th> |
| 121 |
<th class="ar-patron">Patron</th> |
122 |
<th class="ar-patron">Patron</th> |
| 122 |
<th class="ar-date">Date</th> |
123 |
<th class="ar-date">Date</th> |
| 123 |
<th class="ar-actions">Actions</th> |
124 |
<th class="ar-actions">Actions</th> |
|
Lines 188-193
Link Here
|
| 188 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
189 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
| 189 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
190 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
| 190 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
191 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
192 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
| 191 |
<td class="ar-patron"> |
193 |
<td class="ar-patron"> |
| 192 |
<p> |
194 |
<p> |
| 193 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
195 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
|
Lines 225-230
Link Here
|
| 225 |
<th class="ar-copynumber">Copy number</th> |
227 |
<th class="ar-copynumber">Copy number</th> |
| 226 |
<th class="ar-enumchron">Enumeration</th> |
228 |
<th class="ar-enumchron">Enumeration</th> |
| 227 |
<th class="ar-barcode">Barcode</th> |
229 |
<th class="ar-barcode">Barcode</th> |
|
|
230 |
<th class="ar-format">Format</th> |
| 228 |
<th class="ar-patron">Patron</th> |
231 |
<th class="ar-patron">Patron</th> |
| 229 |
<th class="ar-date">Date</th> |
232 |
<th class="ar-date">Date</th> |
| 230 |
<th class="ar-actions">Actions</th> |
233 |
<th class="ar-actions">Actions</th> |
|
Lines 295-300
Link Here
|
| 295 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
298 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
| 296 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
299 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
| 297 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
300 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
301 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
| 298 |
<td class="ar-patron"> |
302 |
<td class="ar-patron"> |
| 299 |
<p> |
303 |
<p> |
| 300 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
304 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |