tulip / ppe-logistics

Issue Tracking for PPELogistics.org
2 stars 1 forks source link

Edit Create orders not listed in order #207

Closed jackkrooss closed 3 years ago

jackkrooss commented 4 years ago

Not a huge big deal, but when creating orders with multiple line items the line items are not listed in numerical order:

image

jackkrooss commented 4 years ago

image

ianslai commented 3 years ago

I ended up modifying the Connector SQL directly to add ORDER BY orderline ASC as that was easier.

I also fixed a similar issue in the Order Manager screen (Selected Order Detail). That would have taken a long time to fix the "right way" by adding a new Connector because the connector to load the order was tied to every single invisible button.