Merge remote-tracking branch 'origin/new/bug_7368'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / transfer-slip.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha -- Circulation: Transfers</title>
3 [% INCLUDE 'doc-head-close-receipt.inc' %]
4 <script language="javascript">
5 function printandclose()
6 {
7 window.print();
8 window.close();
9 }
10 </script>
11 </head>
12 <body onload="printandclose();"><div id="main">
13
14 <h5>Date: [% pulldate %]</h5>
15 <h3>Transfer to [% branchname %]</h3>
16
17 <h3>ITEM</h3>
18  <h4>[% biblio.title |html %]</h4>
19  <h5>[% biblio.author %] </h5>
20  <ul>
21     [% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %]
22     [% IF ( item.itemcallnumber ) %]<li>[% item.itemcallnumber %]</li>[% END %]
23  </ul>
24 [% INCLUDE 'intranet-bottom.inc' %]