Changeset 82211ea for remit/vouchers/admin.py
- Timestamp:
- Apr 19, 2010, 6:53:39 AM (15 years ago)
- Branches:
- master, client
- Children:
- dbb39a2
- Parents:
- e5caf62
- git-author:
- Alex Dehnert <adehnert@…> (04/19/10 06:53:39)
- git-committer:
- Alex Dehnert <adehnert@…> (04/19/10 06:53:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/admin.py
rc020a3b r82211ea 16 16 17 17 fieldsets = [ 18 ('Expense details', {'fields': ['name', 'description', 'amount', 'budget_area', 'budget_term', ] }),19 ('Request metadata', {'fields': ['submitter', 'request_time', 'approval_time', 'approval_status', 'printing_time',]}),18 ('Expense details', {'fields': ['name', 'description', 'amount', 'budget_area', 'budget_term', 'incurred_time', ] }), 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', ] }), 21 21 ]
Note: See TracChangeset
for help on using the changeset viewer.