diff --git a/app/controllers/admin/property_hires_controller.rb b/app/controllers/admin/property_hires_controller.rb index c011fc3..fc12f18 100644 --- a/app/controllers/admin/property_hires_controller.rb +++ b/app/controllers/admin/property_hires_controller.rb @@ -278,6 +278,9 @@ class Admin::PropertyHiresController < OrbitAdminController if prop[:weekdays].nil? prop[:weekdays] = [] end + if prop[:owners].nil? + prop[:owners] = nil + end prop.delete(:property_location) if prop[:property_location] == "other" notes_selector = prop["notes_selector"] notes_selector = {} if notes_selector.nil?