Commit 255f3dcb authored by Sebastien Robin's avatar Sebastien Robin

PartJobShop: fixed ordering of jobs in spreadsheet

parent 6c719ab5
......@@ -580,8 +580,8 @@
result = -1;
}
} else {
entrance_a = a[6];
entrance_b = b[6];
entrance_a = a[4];
entrance_b = b[4];
if (entrance_a > entrance_b) {
result = 1;
} else if (entrance_a < entrance_b) {
......
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