mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add more searchable fields to SupplierPart model
This commit is contained in:
parent
e53c6e9975
commit
745188082b
@ -184,6 +184,8 @@ class SupplierPartList(generics.ListCreateAPIView):
|
|||||||
'manufacturer__name',
|
'manufacturer__name',
|
||||||
'description',
|
'description',
|
||||||
'MPN',
|
'MPN',
|
||||||
|
'part__name',
|
||||||
|
'part__description',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user