Bug 8004 - Items on Hold Lose Transfer After Being Scanned Twice
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / printslip.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>[% title %]</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
6 [% IF stylesheet %]
7 <link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8 [% END %]
9
10 <script language="javascript">
11     function printThenClose() {
12         window.print();
13         window.close();
14     }
15 </script>
16 </head>
17 <body id="circ_printslip" class="circ" onload="printThenClose();">
18 <div id="receipt">
19
20 [% IF plain %]
21 <pre>
22 [% slip %]
23 </pre>
24 [% ELSE %]
25 [% slip %]
26 [% END %]
27
28 [% INCLUDE 'intranet-bottom.inc' %]