Browse Source

Add error to uprn

pull/2111/head
Kat 2 years ago
parent
commit
d85706f6a1
  1. 1
      app/models/validations/sales/property_validations.rb

1
app/models/validations/sales/property_validations.rb

@ -6,6 +6,7 @@ module Validations::Sales::PropertyValidations
record.errors.add :postcode_full, I18n.t("validations.property.postcode.must_match_previous")
record.errors.add :ppostcode_full, I18n.t("validations.property.postcode.must_match_previous")
record.errors.add :ownershipsch, I18n.t("validations.property.postcode.must_match_previous")
record.errors.add :uprn, I18n.t("validations.property.postcode.must_match_previous")
end
end

Loading…
Cancel
Save