Fixed missing number of hours value.

This commit is contained in:
Paul van Tilburg 2011-11-03 16:11:21 +01:00
parent d76d10fd0d
commit f64c80ad12
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
\begin{ihtable}
<% total = 0.0 %>
<% tasks.each do |task, line| %>
\ihitem{<%= task.name %>}{<% "%.2f" % line[0] %>}%
\ihitem{<%= task.name %>}{<%= "%.2f" % line[0] %>}%
{<%= "%.2f" % line[1] %>}{<%= "%.2f" % line[2] %>}
<% total += line[2] %>
<% end %>