summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-07-07 14:14:32 +0000
committerivan <ivan>2002-07-07 14:14:32 +0000
commit9b76e0bd55bb4df1b9cad6d717bf0b27af72736c (patch)
treea627c174db9c4aee569182422dcfc158376c544a /httemplate/search/cust_bill.cgi
parent4cf0547217f3ccbca2aa9024ab0b396aef8bab5c (diff)
UI
Diffstat (limited to 'httemplate/search/cust_bill.cgi')
-rwxr-xr-xhttemplate/search/cust_bill.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_bill.cgi b/httemplate/search/cust_bill.cgi
index 45ff9f157..1ce25d591 100755
--- a/httemplate/search/cust_bill.cgi
+++ b/httemplate/search/cust_bill.cgi
@@ -204,8 +204,8 @@ END
}
$tot_balance = sprintf("%.2f", $tot_balance);
$tot_amount = sprintf("%.2f", $tot_amount);
- print "</TABLE>$pager<BR><BR>". table(). <<END;
- <TR><TD>-----</TD><TH><FONT SIZE=-1>Total<BR>Balance</FONT></TH><TH><FONT SIZE=-1>Total<BR>Amount</FONT></TH></TR>
+ print "</TABLE>$pager<BR>". table(). <<END;
+ <TR><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TH><FONT SIZE=-1>Total<BR>Balance</FONT></TH><TH><FONT SIZE=-1>Total<BR>Amount</FONT></TH></TR>
<TR><TD></TD><TD ALIGN="right"><FONT SIZE=-1>\$$tot_balance</FONT></TD><TD ALIGN="right"><FONT SIZE=-1>\$$tot_amount</FONT></TD></TD></TR>
</TABLE>
</BODY>