diff --git a/app/models/p_hire.rb b/app/models/p_hire.rb index c257d58..5e2336e 100644 --- a/app/models/p_hire.rb +++ b/app/models/p_hire.rb @@ -64,7 +64,7 @@ class PHire @end_date += 7 end if @start_date < re.recurring_end_date - @recurring << {:id => re.id.to_s, :title=>re.reason_for_hire, :note=>re.reason_for_hire, :start=>@start_date, :end => @end_date, :allDay => false, :recurring => re.recurring, :color => "#FC4040"} + @recurring << {:id => re.id.to_s, :hiring_person_name => re.hirer_name ,:title=>re.reason_for_hire, :note=>re.reason_for_hire, :start=>@start_date, :end => @end_date, :allDay => false, :recurring => re.recurring, :color => "#FC4040"} end end when "month"