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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 796-802 Link Here
796
                            <p>There are [% subscriptionsnumber %] subscription(s) associated with this title.</p>
796
                            <p>There are [% subscriptionsnumber %] subscription(s) associated with this title.</p>
797
                            [% FOREACH subscription IN subscriptions %]
797
                            [% FOREACH subscription IN subscriptions %]
798
                                [% IF ( subscription.branchcode ) %]
798
                                [% IF ( subscription.branchcode ) %]
799
                                    <h3>At library: [% Branches.GetName( subscription.branchname ) %]</h3>
799
                                    <h3>At library: [% Branches.GetName( subscription.branchcode ) %]</h3>
800
                                [% ELSE %]
800
                                [% ELSE %]
801
                                    [% IF ( subscription.branchcode ) %]
801
                                    [% IF ( subscription.branchcode ) %]
802
                                        <h3>At library: [% subscription.branchcode %]</h3>
802
                                        <h3>At library: [% subscription.branchcode %]</h3>
803
- 

Return to bug 18307