Changeset 9605a6a


Ignore:
Timestamp:
Feb 11, 2014, 12:42:22 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add missing column heading (ASA-#258)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r2462be8 r9605a6a  
    519519    buf = StringIO.StringIO()
    520520    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', ]
    522522    if account_numbers: fields.append("main_account")
    523523    output.writerow(fields)
Note: See TracChangeset for help on using the changeset viewer.