2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +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
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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