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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-2 / +1 lines)
Lines 68-74 Link Here
68
                        <tbody>
68
                        <tbody>
69
                            [% FOREACH cr IN course_reserves %]
69
                            [% FOREACH cr IN course_reserves %]
70
                                <tr>
70
                                <tr>
71
                                    <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% cr.biblio.title | html %]</a></td>
71
                                    <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td>
72
                                    <td>[% cr.biblio.author | html %]</td>
72
                                    <td>[% cr.biblio.author | html %]</td>
73
                                    <td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td>
73
                                    <td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td>
74
                                    <td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</i></td>
74
                                    <td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</i></td>
75
- 

Return to bug 23784