Fixed invoice view issue given the new fixed cost task summary

This commit is contained in:
Paul van Tilburg 2011-12-02 14:08:50 +01:00
parent 6b2b047a5c
commit 8cbbb1c434
1 changed files with 3 additions and 1 deletions

View File

@ -1537,7 +1537,9 @@ module StopTime::Views
@tasks.each do |task, line|
tr do
td { task }
if line[0].nil? and line[1].nil?
if line[1].nil?
# FIXME: information of time spent is available in the summary
# but show it?
td.right ""
td.right ""
else