mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Rename "manufacturer" to "manufacturer_name"
(cherry picked from commit e9e734acce
)
This commit is contained in:
@ -121,7 +121,7 @@ class SupplierPartList(generics.ListCreateAPIView):
|
||||
search_fields = [
|
||||
'SKU',
|
||||
'supplier__name',
|
||||
'manufacturer',
|
||||
'manufacturer_name',
|
||||
'description',
|
||||
'MPN',
|
||||
]
|
||||
|
Reference in New Issue
Block a user