Skip to content

Commit

Permalink
Use computed spent hours from subtask instead of inner spent hours. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coren committed May 9, 2015
1 parent fe0c8b3 commit b86b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/versions/_info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<%- issues.each do |issue| -%>
<%- # Issue cached values.
issue_estimated_hours = issue.estimated_hours
issue_spent_hours = issue.spent_hours
issue_spent_hours = issue.total_spent_hours
issue_done_ratio = issue.done_ratio
issue_rest_hours = issue.rest_hours

Expand Down

0 comments on commit b86b12d

Please sign in to comment.