diff --git a/app/services/permitted_attributes/business_address.rb b/app/services/permitted_attributes/business_address.rb index 2a4154e7ea..52a4bccb75 100644 --- a/app/services/permitted_attributes/business_address.rb +++ b/app/services/permitted_attributes/business_address.rb @@ -6,7 +6,7 @@ module PermittedAttributes [ :company, :address1, :address2, :city, :country_id, :state_id, :zipcode, - :phone, :_destroy + :phone, :_destroy, :id ] end end