diff options
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) : '' ), | 
