Rename "manufacturer" to "manufacturer_name"

(cherry picked from commit e9e734acce)
This commit is contained in:
Oliver Walters
2020-04-13 13:29:11 +10:00
parent 2a4e8cd062
commit 8b366fc4a0
5 changed files with 30 additions and 3 deletions

View File

@ -121,7 +121,7 @@ class SupplierPartList(generics.ListCreateAPIView):
search_fields = [
'SKU',
'supplier__name',
'manufacturer',
'manufacturer_name',
'description',
'MPN',
]