Commit d2cb5b42 by Damien Moulard

fix reception

parent 7900ea20
......@@ -303,7 +303,7 @@ function group_action() {
localStorage.setItem('grouped_orders', JSON.stringify(grouped_orders));
// Go to products page of order with smallest id
// goto(min_id);
goto(min_id);
},
error: function(data) {
if (data != null && data.status == 409) {
......
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