mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update admin
This commit is contained in:
parent
b93ba6339a
commit
cab87a6860
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user