From: ivan Date: Sat, 15 Apr 2006 00:21:39 +0000 (+0000) Subject: and the total column X-Git-Tag: BEFORE_RT_3_4_5^2~160 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5457d73088f678416810417885d844d5e305c4bd;p=freeside.git and the total column --- diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 9c0a94ff3..d458405ea 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -95,7 +95,7 @@ my @mon = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); <% $total += $column; %> <% } %> - <%= sprintf("%.2f", $total) %> + <%= sprintf("%.2f", $total) %> <% } %>