Changeset 9102ac9
- Timestamp:
- May 17, 2010, 12:53:18 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/admin.py
rd601b0b r9102ac9 16 16 17 17 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', ] }), 19 19 ('Request metadata', {'fields': ['submitter', 'request_time', 'approval_time', 'approval_status', ]}), 20 20 ('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.