Update p_hire.rb
This commit is contained in:
parent
29da2e9342
commit
44cc5f2a81
|
@ -23,6 +23,7 @@ class PHire
|
|||
{
|
||||
:id => self.id.to_s,
|
||||
:title => self.reason_for_hire,
|
||||
:hiring_person_id => self.hiring_person_id,
|
||||
:hiring_person_name => self.hiring_person_name,
|
||||
:note => self.note_for_hire || "",
|
||||
:start => self.start_time.rfc822,
|
||||
|
|
Loading…
Reference in New Issue