From dfcc31c83e9aab4bb73285db76472f94119c3ce1 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 12 Aug 2010 10:06:43 -0700 Subject: [PATCH] [#4411] Format the Contracts list too. --- app/views/contracts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contracts/index.html.erb b/app/views/contracts/index.html.erb index 32c00e0..2ff291b 100644 --- a/app/views/contracts/index.html.erb +++ b/app/views/contracts/index.html.erb @@ -31,7 +31,7 @@ <%= link_to(h(contract.id), contract_path(@project, contract)) %> <%= link_to(h(contract.name), contract_path(@project, contract)) %> <%= h contract.account_executive.name %> - <%= h(number_to_currency(contract.total_budget)) %> + <%= h(format_value_field_for_contracts(contract.total_budget)) %> <%= h format_date(contract.end_date) %> <% end %> <% end %>