Ignore:
Timestamp:
Apr 19, 2010, 6:53:39 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Keep track of some more dates (Trac: #19)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/vouchers/views.py

    r6f24604 r82211ea  
    2525            'name',
    2626            'description',
     27            'incurred_time',
    2728            'amount',
    2829            'budget_area',
     
    3334            'check_to_addr',
    3435        )
     36
    3537
    3638class CommitteesField(ModelChoiceField):
     
    327329    if mark:
    328330        for voucher in lst:
    329             voucher.processed = True
    330             voucher.save()
     331            voucher.mark_processed()
    331332
    332333    return response
Note: See TracChangeset for help on using the changeset viewer.