Bug 24082: Add `anonymous_refund` permission to `cash_management`
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / pos / printreceipt.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 [% INCLUDE 'doc-head-open.inc' %]
10 <title>Print receipt</title>
11 [% INCLUDE 'doc-head-close.inc' %]
12 [% Asset.css("css/printreceiptinvoice.css") | $raw %]
13 [% INCLUDE 'blocking_errors.inc' %]
14 </head>
15
16 <body id="pat_printfeercpt" class="pat">
17
18 <div id="receipt">
19     [% letter.content | $raw | evaltt %]
20 </div>
21
22 [% MACRO jsinclude BLOCK %]
23     [% INCLUDE 'slip-print.inc' #printThenClose %]
24 [% END %]
25
26 [% INCLUDE 'intranet-bottom.inc' %]