Bug 33246: Show the onloan status on the BarcodeFallbackSearch result

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-05-11 14:03:25 +02:00 committed by Tomas Cohen Arazi
parent b5f8c52657
commit bc905fe22c
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -553,6 +553,7 @@
<tr> <tr>
<td> <td>
<a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | html %]">[% item.biblio.title | html %] <i class="fa fa-window-restore"></i></a> <a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber | html %]">[% item.biblio.title | html %] <i class="fa fa-window-restore"></i></a>
[% IF item.onloan %]<span style="float: right; color: red;">Checked out</span>[% END %]
</td> </td>
<td> <td>
[% item.barcode | html %] [% item.barcode | html %]