Changeset d601b0b


Ignore:
Timestamp:
Apr 30, 2010, 4:11:13 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
5eb287f
Parents:
b1e217a
git-author:
Alex Dehnert <adehnert@…> (04/30/10 16:11:13)
git-committer:
Alex Dehnert <adehnert@…> (04/30/10 16:11:13)
Message:

Display RR request IDs in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/vouchers/admin.py

    rb1e217a rd601b0b  
    2020        ('Recipient', {'fields': ['check_to_first_name', 'check_to_last_name', 'check_to_email', 'check_to_addr', ] }),
    2121    ]
    22     list_display = ('name', 'submitter', 'check_to_first_name', 'check_to_last_name', 'amount', 'budget_area', 'budget_term', )
     22    list_display = ('id', 'name', 'submitter', 'check_to_first_name', 'check_to_last_name', 'amount', 'budget_area', 'budget_term', )
     23    list_display_links = ('id', 'name', )
    2324
    2425class VoucherAdmin(admin.ModelAdmin):
Note: See TracChangeset for help on using the changeset viewer.