diff --git a/app/models/p_hire.rb b/app/models/p_hire.rb index 53f157e..c257d58 100644 --- a/app/models/p_hire.rb +++ b/app/models/p_hire.rb @@ -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,