Fixed crash in the overview, don't try to get the task comment there

This commit is contained in:
Paul van Tilburg 2011-12-02 22:58:58 +01:00
parent 2539750c76
commit f3d8426a4f
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ module StopTime::Views
tr do
summary = task.summary
td do
a summary[0].present ? summary[0] : task.name,
a task.name,
:href => R(CustomersNTasksN, customer.id, task.id)
end
summary = task.summary