Browse Source

CLDC-4013: Update sale type bulk uploading wording for 25/26

question changed

error text changed
CLDC-4013-update-sale-type-bulk-upload
Samuel Young 5 days ago
parent
commit
0c9f64476c
  1. 4
      app/services/bulk_upload/sales/year2025/row_parser.rb

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

@ -12,7 +12,7 @@ class BulkUpload::Sales::Year2025::RowParser
field_5: "Which organisation is reporting this sale?",
field_6: "Username",
field_7: "What is the purchaser code?",
field_8: "What is the sale type?",
field_8: "Is this a shared ownership or discounted ownership sale?",
field_9: "What is the type of shared ownership sale?",
field_10: "Is this a staircasing transaction?",
field_11: "What is the type of discounted ownership sale?",
@ -311,7 +311,7 @@ class BulkUpload::Sales::Year2025::RowParser
validates :field_8,
presence: {
message: I18n.t("#{ERROR_BASE_KEY}.not_answered", question: "shared ownership sale type."),
message: I18n.t("#{ERROR_BASE_KEY}.not_answered", question: "sale type."),
category: :setup,
},
on: :after_log

Loading…
Cancel
Save