Browse Source

feat: dont auto-refuse income, different to imports

pull/1570/head
natdeanlewissoftwire 3 years ago
parent
commit
5026b526f0
  1. 2
      app/models/lettings_log.rb

2
app/models/lettings_log.rb

@ -526,8 +526,6 @@ class LettingsLog < Log
if errors.of_kind?(:earnings, :under_hard_min)
self.earnings = nil
self.incfreq = nil
self.incref = 1
self.net_income_known = 2
end
end

Loading…
Cancel
Save