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

Remove PartFilterMixin class

This commit is contained in:
Oliver Walters
2020-08-23 21:08:41 +10:00
parent ed5ad3c047
commit 9a35293126
2 changed files with 4 additions and 32 deletions

View File

@ -8,7 +8,7 @@ from .models import TestReport, ReportAsset
class ReportTemplateAdmin(admin.ModelAdmin):
list_display = ('name', 'description', 'template', 'enabled')
list_display = ('name', 'description', 'template', 'filters', 'enabled')
class ReportAssetAdmin(admin.ModelAdmin):