mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +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