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