View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006068 | OXID eShop (all versions) | 2.6. Administer orders | public | 2015-03-03 19:04 | 2024-09-17 09:35 | 
| Reporter | vschmi | Assigned To | |||
| Priority | low | Severity | feature | Reproducibility | always | 
| Status | confirmed | Resolution | open | ||
| Product Version | 4.9.3 / 5.2.3 | ||||
| Summary | 0006068: Useless ordering by artid | ||||
| Description | In oxOrder:_getArticles, the primary order for the SQL clause is: ORDER BY `oxorderarticles`.`oxartid` This makes little sense, as the column contains UUIDs. I suggest this is changed to OXARTNUM, as this is most likely what the original author originally intended (and it makes any order article list nicer).  | ||||
| Steps To Reproduce | In Backend under "Administer Orders". open a order with many articles.  Order articles are not ordered by article number, but in random order.  | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||