Ignore:
Timestamp:
Jan 6, 2010, 3:23:47 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
27fe6c6
Parents:
d7e325a
git-author:
Alex Dehnert <adehnert@…> (01/06/10 03:23:47)
git-committer:
Alex Dehnert <adehnert@…> (01/06/10 03:23:47)
Message:

Add time fields to ReimbursementRequest?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/vouchers/admin.py

    rff294db r93e2ab9  
    1616
    1717    fieldsets = [
    18         ('Request metadata', {'fields': ['submitter']}),
     18        ('Request metadata', {'fields': ['submitter', 'request_time', 'approval_time', 'printing_time', ]}),
    1919        ('Recipient', {'fields': ['check_to_name', 'check_to_email', 'check_to_addr', ] }),
    2020        ('Expense details', {'fields': ['amount', 'budget_area', 'budget_term', ] }),
Note: See TracChangeset for help on using the changeset viewer.