From 44cc5f2a81678b75f7c679bac980f0eea8e54d8f Mon Sep 17 00:00:00 2001 From: wmcheng Date: Fri, 8 Nov 2019 12:24:42 +0800 Subject: [PATCH] Update p_hire.rb --- app/models/p_hire.rb | 1 + 1 file changed, 1 insertion(+) 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,