mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Search field fix for admin interface (#3976)
* Search field fix for admin interface * Fix also for MPN field
This commit is contained in:
parent
10ae170d2a
commit
da2e58cc18
@ -71,9 +71,9 @@ class SupplierPartAdmin(ImportExportModelAdmin):
|
||||
list_display = ('part', 'supplier', 'SKU')
|
||||
|
||||
search_fields = [
|
||||
'company__name',
|
||||
'supplier__name',
|
||||
'part__name',
|
||||
'MPN',
|
||||
'manufacturer_part__MPN',
|
||||
'SKU',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user