2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 07:00:56 +00:00

Add field "enabled" to Report template

This commit is contained in:
Oliver Walters
2020-08-23 20:51:41 +10:00
parent 116d966d29
commit b7ae95686e
3 changed files with 25 additions and 1 deletions

View File

@ -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):