Ignore:
Timestamp:
Feb 3, 2010, 3:30:03 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
b7fc501
Parents:
88e897a
git-author:
Alex Dehnert <adehnert@…> (02/03/10 03:30:03)
git-committer:
Alex Dehnert <adehnert@…> (02/03/10 03:30:03)
Message:

Split check recipient into first and last names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/vouchers/admin.py

    r92ca60e r248b30b  
    1818        ('Expense details', {'fields': ['name', 'description', 'amount', 'budget_area', 'budget_term', ] }),
    1919        ('Request metadata', {'fields': ['submitter', 'request_time', 'approval_time', 'approval_status', 'printing_time', ]}),
    20         ('Recipient', {'fields': ['check_to_name', 'check_to_email', 'check_to_addr', ] }),
     20        ('Recipient', {'fields': ['check_to_first_name', 'check_to_last_name', 'check_to_email', 'check_to_addr', ] }),
    2121    ]
    22     list_display = ('name', 'submitter', 'check_to_name', 'amount', 'budget_area', 'budget_term', )
     22    list_display = ('name', 'submitter', 'check_to_first_name', 'check_to_last_name', 'amount', 'budget_area', 'budget_term', )
    2323
    2424
Note: See TracChangeset for help on using the changeset viewer.