Try harder to avoid duplicate order state IDs.
authorIain Patterson <me@iain.cx>
Thu, 10 Apr 2014 15:27:14 +0000 (11:27 -0400)
committerIain Patterson <me@iain.cx>
Thu, 10 Apr 2014 15:27:14 +0000 (11:27 -0400)
An order whose state was changed from delivered to something else then
back to delivered might still appear in the order state array despite
the presence of the hacked query to filter them out.

We now run a secondary hack to remove them from the array.

A better solution is needed here...


No differences found