Bug 26281: Add cancellation reason to holds history
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / printfeercpt.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Branches %]
6 [% USE Price %]
7 [% SET footerjs = 1 %]
8
9 [% PROCESS 'accounts.inc' %]
10
11 [% INCLUDE 'doc-head-open.inc' %]
12 <title>Print receipt for [% patron.cardnumber | html %]</title>
13 [% INCLUDE 'doc-head-close.inc' %]
14 [% Asset.css("css/printreceiptinvoice.css") | $raw %]
15 [% INCLUDE 'blocking_errors.inc' %]
16 </head>
17
18 <body id="pat_printfeercpt" class="pat">
19
20 <div id="receipt">
21     [% letter.content | $raw | evaltt %]
22 </div>
23
24 [% MACRO jsinclude BLOCK %]
25     [% INCLUDE 'slip-print.inc' #printThenClose %]
26 [% END %]
27
28 [% INCLUDE 'intranet-bottom.inc' %]