mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-08 12:17:57 +00:00
Small refactor, and allow editing of ReportAsset in the admin interface
This commit is contained in:
@@ -18,7 +18,7 @@ class ReportTemplateAdmin(admin.ModelAdmin):
|
||||
|
||||
class ReportAssetAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('asset', 'description')
|
||||
list_display = ('id', 'asset', 'description')
|
||||
|
||||
|
||||
admin.site.register(ReportSnippet, ReportSnippetAdmin)
|
||||
|
||||
Reference in New Issue
Block a user