Changeset 42132d7 for remit/vouchers


Ignore:
Timestamp:
Jul 9, 2014, 4:30:43 AM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
db5be5d
Parents:
4f2c77a
git-author:
Alex Dehnert <adehnert@…> (07/09/14 04:30:43)
git-committer:
Alex Dehnert <adehnert@…> (07/09/14 04:30:43)
Message:

Working RFP downloader and creator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/vouchers/views.py

    rfeed77c r42132d7  
    360360        'payee.mit', 'payee.name',
    361361        'addr.street', 'addr.city', 'addr.state', 'addr.postal',
    362         'item.date', 'item.gl', 'item.co', 'item.amoumnt', 'item.desc',
     362        'item.date', 'item.gl', 'item.co', 'item.amount', 'item.desc',
    363363        'documentation',
    364364    ]
     
    445445    )
    446446    # For lack of something better to return, just print the email
    447     response = HttpResponse(body)
     447    response = HttpResponse(body, mimetype='text/plain')
    448448    return response
    449449
Note: See TracChangeset for help on using the changeset viewer.