2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-23 11:55:54 +00:00

Allow sorting of part table by unallocated_stock

This commit is contained in:
Oliver Walters
2022-04-05 00:31:44 +10:00
parent 58003bc2cb
commit 0908aa8c8c
2 changed files with 2 additions and 1 deletions
InvenTree
part
templates
js
translated

@@ -1348,6 +1348,7 @@ class PartList(generics.ListCreateAPIView):
'creation_date',
'IPN',
'in_stock',
'unallocated_stock',
'category',
]