Added links to billed tasks from an invoice (refs: #69f890)

This commit is contained in:
Paul van Tilburg 2012-01-02 14:04:09 +01:00
parent 0ba447524d
commit 57943f913e
1 changed files with 4 additions and 1 deletions

View File

@ -1620,7 +1620,10 @@ module StopTime::Views
subtotal = 0.0
@tasks.each do |task, line|
tr do
td { task.comment_or_name }
td do
a task.comment_or_name,
:href => R(CustomersNTasksN, customer.id, task.id)
end
if line[1].blank?
# FIXME: information of time spent is available in the summary
# but show it?