From 1ea8264c7de1cb631b9dcb04dee0475f1ab291e6 Mon Sep 17 00:00:00 2001
From: Eric Davis
Date: Tue, 3 Jun 2008 16:30:58 -0700
Subject: [PATCH] Moved call to after the form fields are setup. #1274
---
app/views/deliverables/_form.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 %>
+