2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Merge pull request #1692 from matmair/part-table-cat-sort

Support sorting by category in part-table
This commit is contained in:
Oliver
2021-06-21 08:33:09 +10:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -706,6 +706,7 @@ class PartList(generics.ListCreateAPIView):
'creation_date',
'IPN',
'in_stock',
'category',
]
# Default ordering