This commit is contained in:
BoHung Chiu 2021-10-15 21:10:34 +08:00
parent b4aa1d125b
commit 958bade200
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class PHire
end
def hirer_name
return self.hiring_person_name.nil? ? self.hiring_person_profile.name : self.hiring_person_name
return self.hiring_person_name.nil? ? (self.hiring_person_profile.name rescue "") : self.hiring_person_name
end
def hiring_person_profile