mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-18 16:41:32 +00:00
Add field "enabled" to Report template
This commit is contained in:
@@ -8,7 +8,7 @@ from .models import TestReport, ReportAsset
|
||||
|
||||
class ReportTemplateAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('name', 'description', 'template')
|
||||
list_display = ('name', 'description', 'template', 'enabled')
|
||||
|
||||
|
||||
class ReportAssetAdmin(admin.ModelAdmin):
|
||||
|
Reference in New Issue
Block a user