summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-04-15 13:32:27 +0000
committerivan <ivan>2006-04-15 13:32:27 +0000
commit9d2a3fb618badbef4abf472dc9bc68b8590f04b6 (patch)
tree63eaa39072c5090054cbf8ae183be570ea017920
parent45e03b5221f91ad143a4a9e03ec3de4fc2d1e445 (diff)
REALLY correct the period for the total column this time
-rw-r--r--httemplate/graph/money_time.cgi2
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>
<% } %>