diff options
author | ivan <ivan> | 2002-07-07 14:14:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-07 14:14:32 +0000 |
commit | 9b76e0bd55bb4df1b9cad6d717bf0b27af72736c (patch) | |
tree | a627c174db9c4aee569182422dcfc158376c544a /httemplate | |
parent | 4cf0547217f3ccbca2aa9024ab0b396aef8bab5c (diff) |
UI
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_bill.cgi | 4 |
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> </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> |