mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +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:
		| @@ -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', | ||||
|     ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user