Browse Source

fix rebase conflicts

pull/1220/head
Arthur Campbell 3 years ago
parent
commit
50d3e6f866
  1. 2
      app/models/validations/sales/soft_validations.rb

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

@ -46,6 +46,6 @@ module Validations::Sales::SoftValidations
def grant_outside_common_range? def grant_outside_common_range?
return unless grant return unless grant
grant.between?(9_000,16_000) !grant.between?(9_000, 16_000)
end end
end end

Loading…
Cancel
Save