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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-4 / +3 lines)
Lines 1-7 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE KohaAuthorisedValues %]
4
[% USE AuthorisedValues %]
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
Lines 184-190 Link Here
184
                          [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %]
184
                          [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %]
185
                        </td>
185
                        </td>
186
                        <td>
186
                        <td>
187
                          [% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %]
187
                          [% IF ( subscription.location ) %][% AuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %]
188
                        </td>
188
                        </td>
189
                        <td>
189
                        <td>
190
                          [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %]
190
                          [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %]
Lines 271-277 Link Here
271
                          [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %]
271
                          [% IF ( subscription.branchcode ) %][% Branches.GetName( subscription.branchcode ) %][% END %]
272
                        </td>
272
                        </td>
273
                        <td>
273
                        <td>
274
                          [% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %]
274
                          [% IF ( subscription.location ) %][% AuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %]
275
                        </td>
275
                        </td>
276
                        <td>
276
                        <td>
277
                          [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %]
277
                          [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %]
278
- 

Return to bug 10852