mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
More admin updates
This commit is contained in:
@ -9,7 +9,7 @@ class PartAdmin(admin.ModelAdmin):
|
||||
# Custom form for PartCategory
|
||||
class PartCategoryAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('name', 'path')
|
||||
list_display = ('name', 'path', 'description')
|
||||
|
||||
|
||||
admin.site.register(Part, PartAdmin)
|
||||
|
Reference in New Issue
Block a user