Commit 6580b448 by Arnaud B

cleanup

parent 2d478df2
Pipeline #1034 passed with stage
in 20 seconds
......@@ -126,7 +126,6 @@ function fetch_data() {
contentType: "application/json; charset=utf-8",
data: JSON.stringify({'po_ids' : group_ids}),
success: function(data) {
console.log(data);
// for each order
for (order_data of data.orders) {
// for each product in order
......
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