From cab87a686046e7a2c881e8ed5eddc573cb6441f6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 22 May 2020 00:01:36 +1000 Subject: [PATCH] Update admin --- InvenTree/report/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/report/admin.py b/InvenTree/report/admin.py index fc4c914358..683a188c80 100644 --- a/InvenTree/report/admin.py +++ b/InvenTree/report/admin.py @@ -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):