Changeset 818625a for remit/vouchers
- Timestamp:
- Apr 21, 2010, 2:32:13 AM (15 years ago)
- Branches:
- master, client
- Children:
- 1da6cca
- Parents:
- 732d9eb
- git-author:
- Alex Dehnert <adehnert@…> (04/21/10 02:32:13)
- git-committer:
- Alex Dehnert <adehnert@…> (04/21/10 02:32:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/admin.py
r82211ea r818625a 24 24 class VoucherAdmin(admin.ModelAdmin): 25 25 list_display = ('processed', 'description', 'signatory', 'first_name', 'last_name', 'amount', 'account', 'gl', ) 26 list_display_links = ('description', ) 26 27 27 28 admin.site.register(vouchers.models.ReimbursementRequest, ReimbursementRequestAdmin)
Note: See TracChangeset
for help on using the changeset viewer.