Changeset 9102ac9 for remit/vouchers


Ignore:
Timestamp:
May 17, 2010, 12:53:18 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
2fb5a35
Parents:
ff0ea05
git-author:
Alex Dehnert <adehnert@…> (05/17/10 00:53:18)
git-committer:
Alex Dehnert <adehnert@…> (05/17/10 00:53:18)
Message:

Allow editing expense_area in the admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/vouchers/admin.py

    rd601b0b r9102ac9  
    1616
    1717    fieldsets = [
    18         ('Expense details', {'fields': ['name', 'description', 'amount', 'budget_area', 'budget_term', 'incurred_time', 'documentation', ] }),
     18        ('Expense details', {'fields': ['name', 'description', 'amount', 'budget_area', 'budget_term', 'expense_area', 'incurred_time', 'documentation', ] }),
    1919        ('Request metadata', {'fields': ['submitter', 'request_time', 'approval_time', 'approval_status', ]}),
    2020        ('Recipient', {'fields': ['check_to_first_name', 'check_to_last_name', 'check_to_email', 'check_to_addr', ] }),
Note: See TracChangeset for help on using the changeset viewer.