Commit eeb2be3a authored by Jérome Perrin's avatar Jérome Perrin

display project manager in job schedule spreadsheet

parent b5677992
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
[ [
"Jobs", "Jobs",
"ID", "ID",
"Project Manager",
"Due Date", "Due Date",
"Priority", "Priority",
"Entrance Time", "Entrance Time",
...@@ -499,6 +500,7 @@ ...@@ -499,6 +500,7 @@
spreadsheet_data.push([ spreadsheet_data.push([
input_order[0] + "-" + input_job[4], input_order[0] + "-" + input_job[4],
obj['id'], obj['id'],
input_order[3], // operator
input_order[1], // dueDate input_order[1], // dueDate
input_order[2], // priority input_order[2], // priority
moment(entrance_date).format("MMM/DD HH:mm"), moment(entrance_date).format("MMM/DD HH:mm"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment