|
Lines 475-480
function checkMultiHold() {
Link Here
|
| 475 |
<th>Last location</th> |
475 |
<th>Last location</th> |
| 476 |
<th>Call no.</th> |
476 |
<th>Call no.</th> |
| 477 |
<th>Copy number</th> |
477 |
<th>Copy number</th> |
|
|
478 |
<th>Status</th> |
| 478 |
[% IF itemdata_enumchron %] |
479 |
[% IF itemdata_enumchron %] |
| 479 |
<th>Vol no.</th> |
480 |
<th>Vol no.</th> |
| 480 |
[% END %] |
481 |
[% END %] |
|
Lines 552-557
function checkMultiHold() {
Link Here
|
| 552 |
</td> |
553 |
</td> |
| 553 |
[% END %] |
554 |
[% END %] |
| 554 |
<td> |
555 |
<td> |
|
|
556 |
[% IF ( itemloo.itemlost ) %]Lost[% END %] |
| 557 |
[% IF ( itemloo.damaged ) %]Damaged[% END %] |
| 558 |
[% IF ( itemloo.withdrawn ) %]Withdrawn[% END %] |
| 559 |
</td> |
| 560 |
<td> |
| 555 |
[% IF ( itemloo.onloan ) %] |
561 |
[% IF ( itemloo.onloan ) %] |
| 556 |
<span title="[% itemloo.date_due %]" class="checkedout">Due [% itemloo.date_due | $KohaDates as_due_date => 1 %]</span> |
562 |
<span title="[% itemloo.date_due %]" class="checkedout">Due [% itemloo.date_due | $KohaDates as_due_date => 1 %]</span> |
| 557 |
[% ELSE %] |
563 |
[% ELSE %] |
| 558 |
- |
|
|