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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Branches %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title |html %]</title>
5
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title |html %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
Lines 60-66 $(document).ready(function() { Link Here
60
                        &nbsp;
61
                        &nbsp;
61
                    [% END %]</td>
62
                    [% END %]</td>
62
                <td>[% IF ( issue.branchcode ) %]
63
                <td>[% IF ( issue.branchcode ) %]
63
                        [% issue.branchcode %]
64
                        [% Branches.GetName( issue.branchcode ) %]
64
                    [% ELSE %]
65
                    [% ELSE %]
65
                        &nbsp;
66
                        &nbsp;
66
                    [% END %]</td>
67
                    [% END %]</td>
67
- 

Return to bug 15671