Bug 32445: Deal with biblio course reserve
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
217ccf2eae
commit
b48ea1b452
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,11 @@
|
|||
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %]</td>
|
||||
<td>[% cr.item.itemcallnumber | html %]</td>
|
||||
<td>[% cr.item.copynumber | html %]</td>
|
||||
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue show_recall_link=Koha.Preference('UseRecalls') %]</td>
|
||||
<td>
|
||||
[% IF cr.item %]
|
||||
[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue show_recall_link=Koha.Preference('UseRecalls') %]
|
||||
[% END %]
|
||||
</td>
|
||||
<td data-order="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</td>
|
||||
<td>[% IF ( cr.public_note ) %]
|
||||
[% cr.public_note | $raw %]
|
||||
|
|
Loading…
Reference in a new issue