Corrected field display. #1274

This commit is contained in:
Eric Davis
2008-06-03 16:26:48 -07:00
parent 065e0ecc9f
commit 9012487889

View File

@@ -34,6 +34,7 @@
<%= content_tag(:span, 0, :class => "budget-calculation", :id => 'fixedCost') %>
</p>
<%= observe_field('deliverable_fixed_cost', :function => "new Budget.updateAmounts();") %>
<script type="text/javascript">new Budget.changeType();</script>
<%= field_with_budget_observer_and_totals(f, :overhead) %>
<%= field_with_budget_observer_and_totals(f, :materials) %>