From: ivan Date: Sat, 15 Apr 2006 13:28:17 +0000 (+0000) Subject: correct period & use a yellow color for the total column X-Git-Tag: BEFORE_FINAL_MASONIZE~168 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=45e03b5221f91ad143a4a9e03ec3de4fc2d1e445 correct period & use a yellow color for the total column --- diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 67b82125b..bc393835b 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -95,8 +95,8 @@ my @mon = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); <% $total += $column; %> <% } %> - - <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{speriod}}[0]. '">' : '' %>$<%= sprintf("%.2f", $total) %><%= $link ? '' : '' %> + + <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{eperiod}}[0]. '">' : '' %>$<%= sprintf("%.2f", $total) %><%= $link ? '' : '' %> <% } %>