mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Added some pepper
This commit is contained in:
@ -6,6 +6,7 @@ from .models import PartAttachment
|
||||
from .models import SupplierPart
|
||||
from .models import BomItem
|
||||
|
||||
|
||||
class PartAdmin(ImportExportModelAdmin):
|
||||
|
||||
list_display = ('name', 'IPN', 'description', 'total_stock', 'category')
|
||||
|
Reference in New Issue
Block a user