mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Search part by IPN
This commit is contained in:
@ -151,6 +151,7 @@ class PartList(generics.ListCreateAPIView):
|
||||
search_fields = [
|
||||
'$name',
|
||||
'description',
|
||||
'$IPN',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user