Browse Source

refactor: linting

pull/1225/head
natdeanlewissoftwire 2 years ago
parent
commit
6ca9f851d3
  1. 2
      app/models/validations/sales/sale_information_validations.rb

2
app/models/validations/sales/sale_information_validations.rb

@ -12,7 +12,7 @@ module Validations::Sales::SaleInformationValidations
unless record.exdate > record.hodate
record.errors.add :exdate, I18n.t("validations.sale_information.handover_exchange.exchange_after_handover")
record.errors.add :hodate,I18n.t("validations.sale_information.handover_exchange.exchange_after_handover")
record.errors.add :hodate, I18n.t("validations.sale_information.handover_exchange.exchange_after_handover")
end
end

Loading…
Cancel
Save