diff --git a/app/views/deliverables/_form.html.erb b/app/views/deliverables/_form.html.erb index 3f53f95..444e782 100644 --- a/app/views/deliverables/_form.html.erb +++ b/app/views/deliverables/_form.html.erb @@ -34,7 +34,6 @@ <%= content_tag(:span, 0, :class => "budget-calculation", :id => 'fixedCost') %>

<%= observe_field('deliverable_fixed_cost', :function => "new Budget.updateAmounts();") %> - <%= field_with_budget_observer_and_totals(f, :overhead) %> <%= field_with_budget_observer_and_totals(f, :materials) %> @@ -46,6 +45,7 @@

<%= f.hidden_field :budget %>

+