Browse Source

remove return

pull/735/head
Kat 3 years ago
parent
commit
739d31eae1
  1. 2
      app/models/case_log.rb

2
app/models/case_log.rb

@ -461,7 +461,7 @@ class CaseLog < ApplicationRecord
end end
def unittype_sh def unittype_sh
return location.type_of_unit_before_type_cast if location location.type_of_unit_before_type_cast if location
end end
private private

Loading…
Cancel
Save