View | Details | Raw Unified | Return to bug 21446
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 lines)
Lines 164-170 Link Here
164
                                    [% END %]
164
                                    [% END %]
165
                                [% END %]
165
                                [% END %]
166
                            </td>
166
                            </td>
167
<!-- FIX ME Course Reserves should not override existing notes.  Should temporarily append to existing notes! -->
168
                            <td>[% IF (cr.staff_note) %]
167
                            <td>[% IF (cr.staff_note) %]
169
                                    [% cr.staff_note | html %]
168
                                    [% cr.staff_note | html %]
170
                                [% ELSIF (cr.item.itemnotes_nonpublic) %]
169
                                [% ELSIF (cr.item.itemnotes_nonpublic) %]
171
- 

Return to bug 21446