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.course_item issue=cr.issue %]</td> |
90 |
<td>[% INCLUDE 'item-status.inc' item=cr.course_item issue=cr.issue show_recall_link=1 %]</td> |
91 |
<td data-order="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</td> |
91 |
<td data-order="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</td> |
92 |
<td>[% IF ( cr.public_note ) %] |
92 |
<td>[% IF ( cr.public_note ) %] |
93 |
[% cr.public_note | $raw %] |
93 |
[% cr.public_note | $raw %] |