Fix bug.
This commit is contained in:
parent
b4aa1d125b
commit
958bade200
|
@ -71,7 +71,7 @@ class PHire
|
||||||
end
|
end
|
||||||
|
|
||||||
def hirer_name
|
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
|
end
|
||||||
|
|
||||||
def hiring_person_profile
|
def hiring_person_profile
|
||||||
|
|
Loading…
Reference in New Issue