Lines 78-84
Link Here
|
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
79 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</span></td> |
79 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</span></td> |
80 |
<td>[% IF ( cr.public_note ) %] |
80 |
<td>[% IF ( cr.public_note ) %] |
81 |
[% cr.public_note | html %] |
81 |
[% cr.public_note | $raw %] |
82 |
[% ELSIF ( cr.item.itemnotes ) %] |
82 |
[% ELSIF ( cr.item.itemnotes ) %] |
83 |
[% cr.item.itemnotes | $raw %] |
83 |
[% cr.item.itemnotes | $raw %] |
84 |
[% END %] |
84 |
[% END %] |
85 |
- |
|
|