Browse Source

Conditional assignment for irproduct_other based on rent type 2025

pull/3036/head
Manny Dinssa 1 month ago
parent
commit
0f31386473
  1. 2
      app/services/bulk_upload/lettings/year2025/row_parser.rb

2
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

Loading…
Cancel
Save