diff --git a/app/services/bulk_upload/lettings/year2026/row_parser.rb b/app/services/bulk_upload/lettings/year2026/row_parser.rb index b670aa486..03534d1d8 100644 --- a/app/services/bulk_upload/lettings/year2026/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2026/row_parser.rb @@ -1491,9 +1491,6 @@ private attributes["first_time_property_let_as_social_housing"] = first_time_property_let_as_social_housing - # For a confidential scheme, the address and UPRN fields in the BU are ignored: - # they are left null and the local authority is instead derived from the - # scheme's location in LettingsLog#set_derived_fields!. unless scheme_has_confidential_information? attributes["uprn_known"] = field_18.present? ? 1 : 0 attributes["uprn_confirmed"] = 1 if field_18.present?