Commit 5ea3c44f authored by Marshall Garey's avatar Marshall Garey Committed by Danny Auble
Browse files

Fix for commit 9ed24025

to fix issue where job ordering causes wrong unused wall.

The "order by" part of the original sql query was wrong.
I had a situation where I had 2 jobs in an updated reservation,
but instead of adding their times together, they were overwriting
their times. This happened because of the ordering of the rows, where
the reservation got split up because of the "order by job.time_start".

That was simply wrong.

Bug 4406
parent 451d3ece
Supports Markdown
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