Lines 59-65
Link Here
|
59 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %]</td> |
59 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %]</td> |
60 |
<td>[% cr.item.itemcallnumber %]</td> |
60 |
<td>[% cr.item.itemcallnumber %]</td> |
61 |
<td>[% cr.item.copynumber %]</td> |
61 |
<td>[% cr.item.copynumber %]</td> |
62 |
<td>[% INCLUDE 'item-status.inc' item = cr.item %]</td> |
62 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
63 |
<td>[% cr.issue.date_due | $KohaDates %]</td> |
63 |
<td>[% cr.issue.date_due | $KohaDates %]</td> |
64 |
<td>[% cr.public_note %]</td> |
64 |
<td>[% cr.public_note %]</td> |
65 |
</tr> |
65 |
</tr> |
66 |
- |
|
|