Bug 22970: Allow to change homebranch in batch add course reserves
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / printinvoice.tt
blob00ee536cea631e8bd2b15f0bf58a6a45f977a1d5
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE KohaDates %]
6 [% USE Price %]
7 [% SET footerjs = 1 %]
9 [% PROCESS 'accounts.inc' %]
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 </head>
17 <body id="printinvoice" class="pat">
19 <div id="receipt">
20     [% letter.content | $raw | evaltt %]
21 </div>
23 [% MACRO jsinclude BLOCK %]
24     [% INCLUDE 'slip-print.inc' #printThenClose %]
25 [% END %]
27 [% INCLUDE 'intranet-bottom.inc' %]