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 › Catalog › Checkout history for [% title |html %]</title> |
5 |
<title>Koha › Catalog › 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 |
|
61 |
|
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 |
|
66 |
|
66 |
[% END %]</td> |
67 |
[% END %]</td> |
67 |
- |
|
|