Update p_hire.rb per_name

This commit is contained in:
wmcheng 2019-07-01 12:12:11 +08:00
parent 3f7d044539
commit 0dc32eb76e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class PHire
{
:id => self.id.to_s,
:title => self.reason_for_hire,
:hiring_person_name => self.hiring_person_name,
:note => self.note_for_hire || "",
:start => self.start_time.rfc822,
:end => self.end_time.rfc822,