mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Update admin
This commit is contained in:
@ -8,7 +8,7 @@ from .models import ReportTemplate, ReportAsset
|
||||
|
||||
class ReportTemplateAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('template', 'description')
|
||||
list_display = ('name', 'description', 'template')
|
||||
|
||||
|
||||
class ReportAssetAdmin(admin.ModelAdmin):
|
||||
|
Reference in New Issue
Block a user