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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-3 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% title %]</title>
3
<title>[% title %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Lines 8-15 Link Here
8
[% END %]
9
[% END %]
9
10
10
<script type="text/javascript">
11
<script type="text/javascript">
11
[% IF ( IntranetSlipPrinterJS ) %]
12
[% IF ( Koha.Preference('IntranetSlipPrinterJS') ) %]
12
    [% IntranetSlipPrinterJS %]
13
    [% Koha.Preference('IntranetSlipPrinterJS') %]
13
[% ELSE %]
14
[% ELSE %]
14
     function printThenClose() {
15
     function printThenClose() {
15
         window.print();
16
         window.print();
16
- 

Return to bug 10731