|
Lines 485-490
Link Here
|
| 485 |
<th>Title</th> |
485 |
<th>Title</th> |
| 486 |
<th>Barcode</th> |
486 |
<th>Barcode</th> |
| 487 |
<th>Call number</th> |
487 |
<th>Call number</th> |
|
|
488 |
<th>Copy number</th> |
| 489 |
<th>Inventory number</th> |
| 490 |
<th>Serial enumeration</th> |
| 488 |
<th>Collection</th> |
491 |
<th>Collection</th> |
| 489 |
[% IF ( item_level_itypes ) %]<th>Item type</th>[% END %] |
492 |
[% IF ( item_level_itypes ) %]<th>Item type</th>[% END %] |
| 490 |
<th> </th> |
493 |
<th> </th> |
|
Lines 499-510
Link Here
|
| 499 |
<td> |
502 |
<td> |
| 500 |
[% item.barcode | html %] |
503 |
[% item.barcode | html %] |
| 501 |
</td> |
504 |
</td> |
| 502 |
<td> |
505 |
<td>[% item.itemcallnumber | html %]</th> |
| 503 |
[% IF item.itemcallnumber %][% item.itemcallnumber | html %][% END %] |
506 |
<td>[% item.copynumber | html %]</th> |
| 504 |
[% IF item.copynumber %]<br /> Copy number: [% item.copynumber | html %][% END %] |
507 |
<td>[% item.stocknumber| html %]</th> |
| 505 |
[% IF item.stocknumber %]<br /> Inventory number: [% item.stocknumber | html %][% END %] |
508 |
<td>[% item.enumchron| html %]</th> |
| 506 |
[% IF item.enumchron %]<br /> Serial enumeration: [% item.enumchron | html %][% END %] |
|
|
| 507 |
</td> |
| 508 |
<td> |
509 |
<td> |
| 509 |
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] |
510 |
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] |
| 510 |
</td> |
511 |
</td> |
| 511 |
- |
|
|