[freeside-commits] freeside/httemplate/graph money_time.cgi, 1.11, 1.12

Ivan,,, ivan at wavetail.420.am
Sat Apr 15 06:32:29 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail:/tmp/cvs-serv14907

Modified Files:
	money_time.cgi 
Log Message:
REALLY correct the period for the total column this time

Index: money_time.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/money_time.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- money_time.cgi	15 Apr 2006 13:28:17 -0000	1.11
+++ money_time.cgi	15 Apr 2006 13:32:27 -0000	1.12
@@ -96,7 +96,7 @@
     <% $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>
 <% } %>



More information about the freeside-commits mailing list