Browse Source

Update routing for major repairs question (#2464)

pull/2469/head
kosiakkatrina 7 months ago committed by GitHub
parent
commit
8edca7e34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/models/lettings_log.rb

2
app/models/lettings_log.rb

@ -397,7 +397,7 @@ class LettingsLog < Log
end
def vacancy_reason_not_renewal_or_first_let?
[5, 6, 8, 9, 10, 11, 12, 13, 18, 19, 20].include? rsnvac
[5, 6, 8, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22].include? rsnvac
end
def previous_tenancy_was_temporary?

Loading…
Cancel
Save