Fixed firefox rendering issue in the overview (repeated columns)

This commit is contained in:
Paul van Tilburg 2012-01-09 17:13:16 +01:00
parent 18451546c0
commit ea9cb0e39c
1 changed files with 3 additions and 3 deletions

View File

@ -1345,10 +1345,10 @@ module StopTime::Views
end
else
table.overview do
col.task {}
col.hours {}
col.amount {}
@tasks[customer].each do |task|
col.task {}
col.hours {}
col.amount {}
tr do
summary = task.summary
td do