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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 110-116 Link Here
110
                                    [% ELSE %]
110
                                    [% ELSE %]
111
                                        [% ItemTypes.GetDescription( cr.course_item.itype ) | html %]
111
                                        [% ItemTypes.GetDescription( cr.course_item.itype ) | html %]
112
                                        [% IF cr.item.itype %]
112
                                        [% IF cr.item.itype %]
113
                                            (<strong>[% ItemTypes.GetDescription( cr.item.itype) | html %]
113
                                            (<strong>[% ItemTypes.GetDescription( cr.item.itype) | html %]</strong>)
114
                                        [% END %]
114
                                        [% END %]
115
                                    [% END %]
115
                                    [% END %]
116
                                [% ELSE %]
116
                                [% ELSE %]
117
- 

Return to bug 24283