Browse Source

reset la to inferred false

pull/165/head
Kat 4 years ago
parent
commit
0461e3c890
  1. 1
      app/models/case_log.rb

1
app/models/case_log.rb

@ -209,6 +209,7 @@ private
self.is_la_inferred = true
response_body["results"][0]["LPI"]["ADMINISTRATIVE_AREA"].downcase.capitalize
end
self.is_la_inferred = false
end
def all_fields_completed?

Loading…
Cancel
Save