mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 07:00:56 +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