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:
parent
b5f8c52657
commit
bc905fe22c
1 changed files with 1 additions and 0 deletions
|
@ -553,6 +553,7 @@
|
|||
<tr>
|
||||
<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>
|
||||
[% IF item.onloan %]<span style="float: right; color: red;">Checked out</span>[% END %]
|
||||
</td>
|
||||
<td>
|
||||
[% item.barcode | html %]
|
||||
|
|
Loading…
Reference in a new issue