mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
Bug fix for sorting of sales orders
This commit is contained in:
@ -270,6 +270,7 @@ function loadSalesOrderTable(table, options) {
|
||||
}
|
||||
},
|
||||
{
|
||||
sortable: true,
|
||||
field: 'customer_reference',
|
||||
title: '{% trans "Customer Reference" %}',
|
||||
},
|
||||
|
Reference in New Issue
Block a user