Browse Source

Fix joint purchase field numbers for 2023

pull/2431/head
Rachael Booth 2 years ago
parent
commit
f8d5f8c4e7
  1. 4
      app/services/bulk_upload/sales/year2023/row_parser.rb

4
app/services/bulk_upload/sales/year2023/row_parser.rb

@ -627,11 +627,11 @@ private
end end
def joint_purchase? def joint_purchase?
field_116 == 1 field_14 == 1
end end
def joint_purchase_asked? def joint_purchase_asked?
shared_ownership? || discounted_ownership? || field_114 == 2 shared_ownership? || discounted_ownership? || field_12 == 2
end end
def field_mapping_for_errors def field_mapping_for_errors

Loading…
Cancel
Save