mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 03:51:34 +00:00
Bug fix for sorting of sales orders
This commit is contained in:
@@ -362,8 +362,9 @@ class SOList(generics.ListCreateAPIView):
|
||||
|
||||
ordering_fields = [
|
||||
'creation_date',
|
||||
'reference'
|
||||
'reference',
|
||||
'customer__name',
|
||||
'customer_reference',
|
||||
'status',
|
||||
'target_date',
|
||||
'line_items',
|
||||
|
Reference in New Issue
Block a user