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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 164-170 Link Here
164
                                    [% IF cr.course_item.enabled == 'yes' %]
164
                                    [% IF cr.course_item.enabled == 'yes' %]
165
                                        <strong>[% Branches.GetName( cr.item.homebranch ) | html %]</strong>
165
                                        <strong>[% Branches.GetName( cr.item.homebranch ) | html %]</strong>
166
                                        [% IF cr.item.homebranch %]
166
                                        [% IF cr.item.homebranch %]
167
                                            ([% Branches.GetName( cr.course_item.homebranch ) | html %])
167
                                            ([% Branches.GetName( cr.course_item.homebranch_storage ) | html %])
168
                                        [% END %]
168
                                        [% END %]
169
                                    [% ELSE %]
169
                                    [% ELSE %]
170
                                        [% Branches.GetName( cr.course_item.homebranch ) | html %]
170
                                        [% Branches.GetName( cr.course_item.homebranch ) | html %]
171
- 

Return to bug 22630