View | Details | Raw Unified | Return to bug 17154
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-6 / +5 lines)
Lines 15-37 Link Here
15
<table>
15
<table>
16
[% IF ( LibraryName ) %]
16
[% IF ( LibraryName ) %]
17
 <tr>
17
 <tr>
18
	<th colspan=4 class="centerednames">
18
    <th colspan=4 class="centerednames">
19
		<h3>[% LibraryName %]</h3>
19
		<h3>[% LibraryName %]</h3>
20
	</th>
20
	</th>
21
 </tr>
21
 </tr>
22
[% END %]
22
[% END %]
23
 <tr>
23
 <tr>
24
	<th colspan=4 class="centerednames">
24
    <th colspan=4 class="centerednames">
25
        <h2><u>Fee receipt</u></h2>
25
        <h2><u>Fee receipt</u></h2>
26
	</th>
26
	</th>
27
 </tr>
27
 </tr>
28
 <tr>
28
 <tr>
29
	<th colspan=4 class="centerednames">
29
    <th colspan=4 class="centerednames">
30
		[% IF ( branchname ) %]<h2>[% branchname %]</h2>[% END %]
30
		[% IF ( branchname ) %]<h2>[% branchname %]</h2>[% END %]
31
	</th>
31
	</th>
32
 </tr>
32
 </tr>
33
 <tr>
33
 <tr>
34
	<th colspan=4 >
34
    <th colspan=4 >
35
		Received with thanks from  [% firstname %] [% surname %] <br />
35
		Received with thanks from  [% firstname %] [% surname %] <br />
36
        Card number : [% cardnumber %]<br />
36
        Card number : [% cardnumber %]<br />
37
	</th>
37
	</th>
Lines 39-45 Link Here
39
  <tr>
39
  <tr>
40
	<th>Date</th>
40
	<th>Date</th>
41
    <th>Description of charges</th>
41
    <th>Description of charges</th>
42
	<th>Note</th>
42
    <th>Note</th>
43
    <th>Amount</th>
43
    <th>Amount</th>
44
 </tr>
44
 </tr>
45
45
46
- 

Return to bug 17154