Browse Source

Update app/models/lettings_log.rb

Co-authored-by: James Rose <james@jbpr.net>
pull/1402/head
kosiakkatrina 3 years ago committed by Kat
parent
commit
8e2de42ae9
  1. 2
      app/models/lettings_log.rb

2
app/models/lettings_log.rb

@ -84,7 +84,7 @@ class LettingsLog < Log
def la def la
if location if location
location.linked_local_authorities.active(form.start_date).first.code location.linked_local_authorities.active(form.start_date).first&.code
else else
super super
end end

Loading…
Cancel
Save