Lines 358-370
Link Here
|
358 |
</td> |
358 |
</td> |
359 |
[% ELSE %] |
359 |
[% ELSE %] |
360 |
[% IF item.safe_to_delete %] |
360 |
[% IF item.safe_to_delete %] |
361 |
<td><input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]" id="row[% item.itemnumber | html %]" checked="checked" /></td> |
361 |
<td> |
362 |
[% IF linked_order.ordernumber %] |
362 |
<input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]" id="row[% item.itemnumber | html %]" checked="checked" /> |
363 |
<i class="fa fa-warning warn" Title="There is an order (ordernumber [% linked_order.ordernumber | html %]) on this item"></i> |
363 |
</td> |
364 |
[% END %] |
|
|
365 |
[% IF linked_subscription %] |
366 |
<i class="fa fa-warning warn" Title="There is a subscription linked (subscription id [% linked_subscription | html %])"></i> |
367 |
[% END %] |
368 |
[% ELSE %] |
364 |
[% ELSE %] |
369 |
[% SET messages = item.safe_to_delete.messages %] |
365 |
[% SET messages = item.safe_to_delete.messages %] |
370 |
[% FOR m IN messages %] |
366 |
[% FOR m IN messages %] |
Lines 392-399
Link Here
|
392 |
[% END %] |
388 |
[% END %] |
393 |
<td> |
389 |
<td> |
394 |
<label for="row[% item.itemnumber | html %]"> |
390 |
<label for="row[% item.itemnumber | html %]"> |
395 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | uri %]"> [% item.biblio.title | html %] </a> |
391 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
396 |
[% IF ( item.biblio.author ) %], by [% item.biblio.author | html %][% END %] |
392 |
[% IF ( item.biblio.author ) %], by [% item.biblio.author | html %][% END %] |
|
|
393 |
|
394 |
[% IF linked_order.ordernumber %] |
395 |
<div> |
396 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% linked_order.basket | uri %]"><i class="fa fa-warning warn" aria-hidden="true"></i> Linked order</a> |
397 |
</div> |
398 |
[% END %] |
399 |
[% IF linked_subscription %] |
400 |
<div> |
401 |
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% linked_subscription | uri %]"><i class="fa fa-warning warn" aria-hidden="true"></i> Linked subscription</a> |
402 |
</div> |
403 |
[% END %] |
397 |
</label> |
404 |
</label> |
398 |
</td> |
405 |
</td> |
399 |
<td class="holds_count"> |
406 |
<td class="holds_count"> |