Lines 75-81
Link Here
|
75 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) | html %]</td> |
75 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) | html %]</td> |
76 |
<td>[% cr.item.itemcallnumber | html %]</td> |
76 |
<td>[% cr.item.itemcallnumber | html %]</td> |
77 |
<td>[% cr.item.copynumber | html %]</td> |
77 |
<td>[% cr.item.copynumber | html %]</td> |
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.course_item issue=cr.issue %]</td> |
79 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 | html %]</span></td> |
79 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 | html %]</span></td> |
80 |
<td>[% IF ( cr.public_note ) %] |
80 |
<td>[% IF ( cr.public_note ) %] |
81 |
[% cr.public_note | html %] |
81 |
[% cr.public_note | html %] |