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 165-171 Link Here
165
                                    [% END %]
165
                                    [% END %]
166
                                [% END %]
166
                                [% END %]
167
                            </td>
167
                            </td>
168
<!-- FIX ME Course Reserves should not override existing notes.  Should temporarily append to existing notes! -->
169
                            <td>[% IF (cr.staff_note) %]
168
                            <td>[% IF (cr.staff_note) %]
170
                                    [% cr.staff_note | html %]
169
                                    [% cr.staff_note | html %]
171
                                [% ELSIF (cr.item.itemnotes_nonpublic) %]
170
                                [% ELSIF (cr.item.itemnotes_nonpublic) %]
172
- 

Return to bug 21446