Lines 182-188
Link Here
|
182 |
[% END %] |
182 |
[% END %] |
183 |
[% END %] |
183 |
[% END %] |
184 |
</td> |
184 |
</td> |
185 |
<!-- FIX ME Course Reserves should not override existing notes. Should temporarily append to existing notes! --> |
|
|
186 |
<td>[% IF (cr.staff_note) %] |
185 |
<td>[% IF (cr.staff_note) %] |
187 |
[% cr.staff_note | html %] |
186 |
[% cr.staff_note | html %] |
188 |
[% ELSIF (cr.item.itemnotes_nonpublic) %] |
187 |
[% ELSIF (cr.item.itemnotes_nonpublic) %] |
189 |
- |
|
|