mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 03:51:34 +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