Browse Source

Inferred vals

pull/84/head
baarkerlounger 4 years ago
parent
commit
43fae768bb
  1. 3
      app/controllers/bulk_upload_controller.rb

3
app/controllers/bulk_upload_controller.rb

@ -159,13 +159,12 @@ class BulkUploadController < ApplicationController
rent_type: row[130], rent_type: row[130],
intermediate_rent_product_name: row[131], intermediate_rent_product_name: row[131],
# data_protection: row[132], # data_protection: row[132],
sale_or_letting: "letting",
gdpr_acceptance: 1, gdpr_acceptance: 1,
gdpr_declined: 0 gdpr_declined: 0
# armed_forces_partner: "", # armed_forces_partner: "",
# sale_or_letting: "",
# tenant_same_property_renewal: "", # tenant_same_property_renewal: "",
# needs_type: "", # needs_type: "",
# sale_completion_date: "",
# purchaser_code: "", # purchaser_code: "",
) )
end end

Loading…
Cancel
Save