From: ivan Date: Tue, 2 Jul 2002 13:22:08 +0000 (+0000) Subject: ui s/ /  X-Git-Tag: freeside_1_4_0_beta1~23 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7f287d73e800f953c98b51401aa286b173b4dbfe ui s/ /  --- 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) : '' ), "", "", - ( $payment ? "- \$".sprintf("%.2f",$payment) : '' ), + ( $payment ? "- \$".sprintf("%.2f",$payment) : '' ), "", "", - ( $credit ? "- \$".sprintf("%.2f",$credit) : '' ), + ( $credit ? "- \$".sprintf("%.2f",$credit) : '' ), "", "", ( $refund ? "\$".sprintf("%.2f",$refund) : '' ),