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 %>