[#6636] Show labor totals in deliverable finance report

This commit is contained in:
Eric Davis
2011-10-13 08:55:20 -07:00
parent 1bbce5457f
commit 3e1606c28d

View File

@@ -44,16 +44,16 @@
Totals
</td>
<td class="spent-amount labor">
$80
<%= number_to_currency(deliverable.labor_budget_spent, :precision => 0) %>
</td>
<td class="total-amount labor">
$100
<%= number_to_currency(deliverable.labor_budget_total, :precision => 0) %>
</td>
<td class="spent-hours labor">
1.5
<%= number_with_precision(deliverable.labor_hours_spent_total, :precision => 0) %>
</td>
<td class="total-hours labor">
2
<%= number_with_precision(deliverable.labor_budget_hours, :precision => 0) %>
</td>
</tr>