Changeset 9605a6a
- Timestamp:
- Feb 11, 2014, 12:42:22 AM (12 years ago)
- Branches:
- master, stable, stage
- Children:
- 1a5ed66
- Parents:
- 70a96d4
- git-author:
- Alex Dehnert <adehnert@…> (02/11/14 00:42:22)
- git-committer:
- Alex Dehnert <adehnert@…> (02/11/14 00:42:22)
- File:
-
- 1 edited
-
asadb/forms/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
r2462be8 r9605a6a 519 519 buf = StringIO.StringIO() 520 520 output = csv.writer(buf) 521 fields = ['group_id', 'group_name', 'group_status', ' issue', 'num_confirm', 'officer_email', ]521 fields = ['group_id', 'group_name', 'group_status', 'recognition_date', 'issue', 'num_confirm', 'officer_email', ] 522 522 if account_numbers: fields.append("main_account") 523 523 output.writerow(fields)
Note: See TracChangeset
for help on using the changeset viewer.