Browse Source

fix rebase conflicts

pull/1220/head
Arthur Campbell 3 years ago
parent
commit
c671926649
  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?
return unless grant
!(9_000..16_000).cover? grant
grant.between?(9_000,16_000)
end
end

Loading…
Cancel
Save