f771cc8e26
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
24 lines
626 B
Text
24 lines
626 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha -- Circulation: Transfers</title>
|
|
[% INCLUDE 'doc-head-close-receipt.inc' %]
|
|
<script language="javascript">
|
|
function printandclose()
|
|
{
|
|
window.print();
|
|
window.close();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="printandclose();"><div id="main">
|
|
|
|
<h5>Date: [% pulldate %]</h5>
|
|
<h3>Transfer to [% branchname %]</h3>
|
|
|
|
<h3>ITEM</h3>
|
|
<h4>[% biblio.title |html %]</h4>
|
|
<h5>[% biblio.author %] </h5>
|
|
<ul>
|
|
[% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %]
|
|
[% IF ( item.itemcallnumber ) %]<li>[% item.itemcallnumber %]</li>[% END %]
|
|
</ul>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|