From 43fae768bb3481843db290a90afa0f91a8b84c50 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 9 Nov 2021 19:29:32 +0000 Subject: [PATCH] Inferred vals --- app/controllers/bulk_upload_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/bulk_upload_controller.rb b/app/controllers/bulk_upload_controller.rb index e1d74fd76..8f76faf1b 100644 --- a/app/controllers/bulk_upload_controller.rb +++ b/app/controllers/bulk_upload_controller.rb @@ -159,13 +159,12 @@ class BulkUploadController < ApplicationController rent_type: row[130], intermediate_rent_product_name: row[131], # data_protection: row[132], + sale_or_letting: "letting", gdpr_acceptance: 1, gdpr_declined: 0 # armed_forces_partner: "", - # sale_or_letting: "", # tenant_same_property_renewal: "", # needs_type: "", - # sale_completion_date: "", # purchaser_code: "", ) end