From ae18c3104a48242c0d0832d0bba335af47b417e2 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:25:38 +0100 Subject: [PATCH] Conditional assignment for irproduct_other based on rent type 2025 --- app/services/bulk_upload/lettings/year2025/row_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/bulk_upload/lettings/year2025/row_parser.rb b/app/services/bulk_upload/lettings/year2025/row_parser.rb index 485446f0b..b5aea0bcb 100644 --- a/app/services/bulk_upload/lettings/year2025/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2025/row_parser.rb @@ -1310,7 +1310,7 @@ private attributes["illness_type_9"] = field_92 attributes["illness_type_10"] = field_95 - attributes["irproduct_other"] = field_12 + attributes["irproduct_other"] = field_12 if RENT_TYPE_BU_MAPPING[field_11] == 5 attributes["propcode"] = field_14