diff options
author | ivan <ivan> | 2006-04-15 13:32:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-04-15 13:32:27 +0000 |
commit | 9d2a3fb618badbef4abf472dc9bc68b8590f04b6 (patch) | |
tree | 63eaa39072c5090054cbf8ae183be570ea017920 /httemplate | |
parent | 45e03b5221f91ad143a4a9e03ec3de4fc2d1e445 (diff) |
REALLY correct the period for the total column this time
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/graph/money_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index bc393835b..bc789cb7e 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -96,7 +96,7 @@ my @mon = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); <% $total += $column; %> <% } %> <TD ALIGN="right" BGCOLOR="#f5f6be"> - <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{eperiod}}[0]. '">' : '' %><FONT COLOR="#<%= $color{$row} %>">$<%= sprintf("%.2f", $total) %></FONT><%= $link ? '</A>' : '' %> + <%= $link ? $link. 'begin='. @{$data->{speriod}}[0]. ';end='. @{$data->{eperiod}}[-1]. '">' : '' %><FONT COLOR="#<%= $color{$row} %>">$<%= sprintf("%.2f", $total) %></FONT><%= $link ? '</A>' : '' %> </TD> </TR> <% } %> |