@ -324,6 +324,27 @@ class BulkUpload::Sales::Year2022::RowParser
if:proc{field_84==12},
on::after_log
validates:field_68,
presence:{
message:I18n.t("validations.not_answered",question:"What was the full purchase price?"),
},
if::shared_ownership?,
on::after_log
validates:field_77,
presence:{
message:I18n.t("validations.not_answered",question:"What was the full purchase price?"),
},
if::discounted_ownership?,
on::after_log
validates:field_87,
presence:{
message:I18n.t("validations.not_answered",question:"What was the full purchase price?"),
},
if::outright_sale?,
on::after_log
validates:field_109,presence:{message:I18n.t("validations.not_answered",question:"more than 2 buyers"),category::setup},if::joint_purchase?,on::after_log