2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

search by MPN

Fixes #2403
This commit is contained in:
Matthias
2021-12-01 23:56:31 +01:00
parent 413968a979
commit 95fa34f797

View File

@ -1075,6 +1075,7 @@ class PartList(generics.ListCreateAPIView):
'revision',
'keywords',
'category__name',
'MPN',
]