mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add 'manufacturer' field to SupplierPart object
- ForeignKey link to Company model
(cherry picked from commit acebe61ac5
)
This commit is contained in:
@ -115,7 +115,8 @@ class SupplierPartList(generics.ListCreateAPIView):
|
||||
|
||||
filter_fields = [
|
||||
'part',
|
||||
'supplier'
|
||||
'supplier',
|
||||
'manufacturer',
|
||||
]
|
||||
|
||||
search_fields = [
|
||||
|
Reference in New Issue
Block a user