Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.1 KiB

[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Acquisitions &rsaquo; Order details</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body id="acq_showorder" class="acq">
<div id="main">
[% IF order %]
<fieldset class="rows">
<ol>
<li>
<span class="label">Creation date: </span>
[% order.entrydate | html %]
</li>
<li>
<span class="label">Ordered by: </span>
[% INCLUDE 'patron-title.inc' patron = creator %]
</li>
<li>
<span class="label">Claims count: </span>
[% order.claims_count | html %]
</li>
<li>
<span class="label">Last claim date: </span>
[% order.claimed_date | html %]
</li>
</ol>
</fieldset>
[% ELSE %]
No order found
[% END %]
</div>
</body>
</html>