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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
                                                    [% END %]
153
                                                    [% END %]
154
                                                </td>
154
                                                </td>
155
                                                <td class="libraryfilterclass">[% Branches.GetName( serial.branchcode ) | html %]</td>
155
                                                <td class="libraryfilterclass">[% Branches.GetName( serial.branchcode ) | html %]</td>
156
                                                <td>[% AuthorisedValues.GetByCode( 'LOC', serial.location, 1 ) | html %]</td>
156
                                                <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => serial.location, opac => 1 ) | html %]</td>
157
                                                <td>[% serial.notes | html %]</td>
157
                                                <td>[% serial.notes | html %]</td>
158
                                                [% IF ( serial.status2 && serial.planneddate ) %]
158
                                                [% IF ( serial.status2 && serial.planneddate ) %]
159
                                                    <td data-order="[% serial.planneddate | html %]">
159
                                                    <td data-order="[% serial.planneddate | html %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-2 / +1 lines)
Lines 133-139 Link Here
133
133
134
                                    <h3>[% subscription_LOO.branchname | html %]</h3>
134
                                    <h3>[% subscription_LOO.branchname | html %]</h3>
135
                                    [% IF ( subscription_LOO.location ) %]
135
                                    [% IF ( subscription_LOO.location ) %]
136
                                        <p>Location : <em>[% AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html | html_line_break %]</em></p>
136
                                        <p class="subscription_location">Location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => subscription_LOO.location, opac => 1 ) | html %]</p>
137
                                    [% END %]
137
                                    [% END %]
138
138
139
                                    [% IF ( subscription_LOO.notes ) %]
139
                                    [% IF ( subscription_LOO.notes ) %]
140
- 

Return to bug 6734