2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-24 03:20:17 +00:00

Add a 'confirm_creation' input if there are possible part matches

This commit is contained in:
Oliver Walters
2019-05-11 12:29:02 +10:00
parent d9c0d2f5e3
commit 84d2fce8ca
4 changed files with 30 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ from .models import BomItem
class PartAdmin(ImportExportModelAdmin):
list_display = ('name', 'IPN', 'description', 'total_stock', 'category')
list_display = ('long_name', 'IPN', 'description', 'total_stock', 'category')
class PartCategoryAdmin(ImportExportModelAdmin):