mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Fix server-side ordering for purchase order table
This commit is contained in:
@ -140,6 +140,10 @@ class POList(generics.ListCreateAPIView):
|
||||
ordering_fields = [
|
||||
'creation_date',
|
||||
'reference',
|
||||
'supplier__name',
|
||||
'target_date',
|
||||
'line_items',
|
||||
'status',
|
||||
]
|
||||
|
||||
ordering = '-creation_date'
|
||||
|
Reference in New Issue
Block a user