From 3e1606c28dec42819a929028d632b088aafa6f4d Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 13 Oct 2011 08:55:20 -0700 Subject: [PATCH] [#6636] Show labor totals in deliverable finance report --- app/views/deliverables/_finances.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/deliverables/_finances.html.erb b/app/views/deliverables/_finances.html.erb index 2d1f9b3..b518fa7 100644 --- a/app/views/deliverables/_finances.html.erb +++ b/app/views/deliverables/_finances.html.erb @@ -44,16 +44,16 @@ Totals - $80 + <%= number_to_currency(deliverable.labor_budget_spent, :precision => 0) %> - $100 + <%= number_to_currency(deliverable.labor_budget_total, :precision => 0) %> - 1.5 + <%= number_with_precision(deliverable.labor_hours_spent_total, :precision => 0) %> - 2 + <%= number_with_precision(deliverable.labor_budget_hours, :precision => 0) %>