diff --git a/app/views/admin/property_hires/_form.html.erb b/app/views/admin/property_hires/_form.html.erb index 9cda2f5..bff2863 100644 --- a/app/views/admin/property_hires/_form.html.erb +++ b/app/views/admin/property_hires/_form.html.erb @@ -120,7 +120,7 @@ <% elsif @property.property_location.nil? %> <%= f.select :property_location, @locations, {:selected => "other_location"} %> <% else %> - <%= f.select :property_location, @locations %> + <%= f.select :property_location, @locations, {:selected => @property.property_location.id.to_s} %> <% end %>