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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css (-1 / +1 lines)
Lines 315-321 td.debit { Link Here
315
	font-weight : bold;
315
	font-weight : bold;
316
	text-align: center;
316
	text-align: center;
317
	color: red;
317
	color: red;
318
	border-top : 0px;
318
	border-top : 1px solid #000000;
319
	border-bottom : 0px;
319
	border-bottom : 0px;
320
}
320
}
321
321
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl (+2 lines)
Lines 13-23 Link Here
13
<div id="receipt">
13
<div id="receipt">
14
<!-- The table with the account items -->
14
<!-- The table with the account items -->
15
<table>
15
<table>
16
<!-- TMPL_IF NAME="LibraryName -->
16
 <tr>
17
 <tr>
17
	<th colspan=3 class="centerednames">
18
	<th colspan=3 class="centerednames">
18
		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
19
		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
19
	</th>
20
	</th>
20
 </tr>
21
 </tr>
22
<!-- /TMPL_IF -->
21
 <tr>
23
 <tr>
22
	<th colspan=3 class="centerednames">
24
	<th colspan=3 class="centerednames">
23
		<h2><u>Fee Receipt</u></h2>
25
		<h2><u>Fee Receipt</u></h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl (-2 / +3 lines)
Lines 13-23 Link Here
13
<div id="receipt">
13
<div id="receipt">
14
<!-- The table with the account items -->
14
<!-- The table with the account items -->
15
<table>
15
<table>
16
<!-- TMPL_IF NAME="LibraryName -->
16
  <tr>
17
  <tr>
17
	<th colspan=3 class="centerednames">
18
	<th colspan=3 class="centerednames">
18
		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
19
		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
19
	</th>
20
	</th>
20
  </tr>
21
  </tr>
22
<!-- /TMPL_IF -->
21
  <tr>
23
  <tr>
22
	<th colspan=3 class="centerednames">
24
	<th colspan=3 class="centerednames">
23
		<h2><u>INVOICE</u></h2>
25
		<h2><u>INVOICE</u></h2>
Lines 30-36 Link Here
30
  </tr>
32
  </tr>
31
  <tr>
33
  <tr>
32
	<th colspan=3 >
34
	<th colspan=3 >
33
		To,<br />  <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
35
		Bill To: <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
34
		Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
36
		Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
35
	</th>
37
	</th>
36
  </tr>
38
  </tr>
37
- 

Return to bug 4440