mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +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…
x
Reference in New Issue
Block a user