diff options
author | ivan <ivan> | 2002-07-02 13:22:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-02 13:22:08 +0000 |
commit | 7f287d73e800f953c98b51401aa286b173b4dbfe (patch) | |
tree | 11152eb2b588cc96d798b8b871f9003c7bfd2f6a /httemplate/view | |
parent | 9db8ce085c415b8f3ea76cd7daf76723d0edb2a3 (diff) |
ui s/ /
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 479648183..98b6331ed 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -604,10 +604,10 @@ foreach my $item (sort keyfield_numerically @history) { ( $charge ? "\$".sprintf("%.2f",$charge) : '' ), "</FONT></TD>", "<TD><FONT SIZE=-1>", - ( $payment ? "- \$".sprintf("%.2f",$payment) : '' ), + ( $payment ? "- \$".sprintf("%.2f",$payment) : '' ), "</FONT></TD>", "<TD><FONT SIZE=-1>", - ( $credit ? "- \$".sprintf("%.2f",$credit) : '' ), + ( $credit ? "- \$".sprintf("%.2f",$credit) : '' ), "</FONT></TD>", "<TD><FONT SIZE=-1>", ( $refund ? "\$".sprintf("%.2f",$refund) : '' ), |