add display field to TransactionTemplate
This commit is contained in:
parent
ea5737ac8f
commit
f3ec0836f8
2 changed files with 6 additions and 4 deletions
|
|
@ -141,8 +141,8 @@ class TransactionTemplateAdmin(admin.ModelAdmin):
|
|||
"""
|
||||
Admin customisation for TransactionTemplate
|
||||
"""
|
||||
list_display = ('name', 'poly_destination', 'amount', 'template_type')
|
||||
list_filter = ('template_type', )
|
||||
list_display = ('name', 'poly_destination', 'amount', 'category', 'display', )
|
||||
list_filter = ('category', 'display')
|
||||
autocomplete_fields = ('destination', )
|
||||
|
||||
def poly_destination(self, obj):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue