From a9bae2e6048d5d33cc9fcd6cf04a00aeffb5fa34 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 13 Jul 2010 11:45:47 -0700 Subject: [PATCH] [#4183] Update the estimated hours field. --- app/views/contracts/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 2993780..781fb9a 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -31,7 +31,7 @@ <%= show_budget_field(resource, :total_spent, :total_budget, :html_options => {:class => 'contract-total'}) %> <%= show_field(resource, :billable_rate, :format => :format_hourly_rate, :html_options => {:class => 'contract-billable-rate'}) %> - <%= show_budget_field(resource, :estimated_hour_spent, :estimated_hour_budget, :html_options => {:class => 'contract-estimated-hour'}) %> + <%= show_budget_field(resource, :estimated_hour_spent, :estimated_hour_budget, :format => :l_hours, :html_options => {:class => 'contract-estimated-hour'}) %>