Lines 87-93
Link Here
|
87 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %]</td> |
87 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %]</td> |
88 |
<td>[% cr.item.itemcallnumber | html %]</td> |
88 |
<td>[% cr.item.itemcallnumber | html %]</td> |
89 |
<td>[% cr.item.copynumber | html %]</td> |
89 |
<td>[% cr.item.copynumber | html %]</td> |
90 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue show_recall_link=Koha.Preference('UseRecalls') %]</td> |
90 |
<td> |
|
|
91 |
[% IF cr.item %] |
92 |
[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue show_recall_link=Koha.Preference('UseRecalls') %] |
93 |
[% END %] |
94 |
</td> |
91 |
<td data-order="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</td> |
95 |
<td data-order="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</td> |
92 |
<td>[% IF ( cr.public_note ) %] |
96 |
<td>[% IF ( cr.public_note ) %] |
93 |
[% cr.public_note | $raw %] |
97 |
[% cr.public_note | $raw %] |
94 |
- |
|
|