Changeset 42132d7 for remit/vouchers
- Timestamp:
- Jul 9, 2014, 4:30:43 AM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/views.py
rfeed77c r42132d7 360 360 'payee.mit', 'payee.name', 361 361 'addr.street', 'addr.city', 'addr.state', 'addr.postal', 362 'item.date', 'item.gl', 'item.co', 'item.amou mnt', 'item.desc',362 'item.date', 'item.gl', 'item.co', 'item.amount', 'item.desc', 363 363 'documentation', 364 364 ] … … 445 445 ) 446 446 # For lack of something better to return, just print the email 447 response = HttpResponse(body )447 response = HttpResponse(body, mimetype='text/plain') 448 448 return response 449 449
Note: See TracChangeset
for help on using the changeset viewer.