Commit 9724f2da authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Display wip_part_spreadsheet for now.

parent 1305f369
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
}) })
.push(function (result_list) { .push(function (result_list) {
return result_list[1].render( return result_list[1].render(
JSON.stringify(JSON.parse(result_list[0]).shift_spreadsheet) JSON.stringify(JSON.parse(result_list[0]).wip_part_spreadsheet)
); );
}); });
}) })
......
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