Bug 25364: Add "Other" to the gender options in a patron record
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / printinvoice.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE KohaDates %]
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 </head>
16
17 <body id="printinvoice" class="pat">
18
19 <div id="receipt">
20     [% letter.content | $raw | evaltt %]
21 </div>
22
23 [% MACRO jsinclude BLOCK %]
24     [% INCLUDE 'slip-print.inc' #printThenClose %]
25 [% END %]
26
27 [% INCLUDE 'intranet-bottom.inc' %]