Lines 120-125
Link Here
|
120 |
<th class="ar-copynumber">Copy number</th> |
120 |
<th class="ar-copynumber">Copy number</th> |
121 |
<th class="ar-enumchron">Enumeration</th> |
121 |
<th class="ar-enumchron">Enumeration</th> |
122 |
<th class="ar-barcode">Barcode</th> |
122 |
<th class="ar-barcode">Barcode</th> |
|
|
123 |
<th class="ar-format">Format</th> |
123 |
<th class="ar-patron">Patron</th> |
124 |
<th class="ar-patron">Patron</th> |
124 |
<th class="ar-date">Date</th> |
125 |
<th class="ar-date">Date</th> |
125 |
<th class="ar-actions">Actions</th> |
126 |
<th class="ar-actions">Actions</th> |
Lines 184-189
Link Here
|
184 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
185 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
185 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
186 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
186 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
187 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
188 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
187 |
<td class="ar-patron"> |
189 |
<td class="ar-patron"> |
188 |
<p> |
190 |
<p> |
189 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
191 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
Lines 221-226
Link Here
|
221 |
<th class="ar-copynumber">Copy number</th> |
223 |
<th class="ar-copynumber">Copy number</th> |
222 |
<th class="ar-enumchron">Enumeration</th> |
224 |
<th class="ar-enumchron">Enumeration</th> |
223 |
<th class="ar-barcode">Barcode</th> |
225 |
<th class="ar-barcode">Barcode</th> |
|
|
226 |
<th class="ar-format">Format</th> |
224 |
<th class="ar-patron">Patron</th> |
227 |
<th class="ar-patron">Patron</th> |
225 |
<th class="ar-date">Date</th> |
228 |
<th class="ar-date">Date</th> |
226 |
<th class="ar-actions">Actions</th> |
229 |
<th class="ar-actions">Actions</th> |
Lines 283-288
Link Here
|
283 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
286 |
<td class="ar-copynumber">[% ar.item.copynumber | html %]</td> |
284 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
287 |
<td class="ar-enumchron">[% ar.item.enumchron | html %]</td> |
285 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
288 |
<td class="ar-barcode">[% ar.item.barcode | html %]</td> |
|
|
289 |
<td class="ar-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td> |
286 |
<td class="ar-patron"> |
290 |
<td class="ar-patron"> |
287 |
<p> |
291 |
<p> |
288 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |
292 |
<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% ar.borrower.cardnumber | uri %]"> |