Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabeth-jimenez authored Apr 14, 2021
1 parent e421920 commit 9502b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talentmap_api/fsbid/services/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def get_bids_csv(data, filename, jwt_token):
headers.append(smart_str(u"Bid Cycle"))
headers.append(smart_str(u"Bid Status"))
headers.append(smart_str(u"Handshake Status"))
headers.append(smart_str(u"Handshake Action by CDO"))
headers.append(smart_str(u"Handshake Accepted/Declined by CDO"))
headers.append(smart_str(u"Capsule Description"))

writer.writerow(headers)
Expand Down Expand Up @@ -484,7 +484,7 @@ def get_bidders_csv(self, pk, data, filename, jwt_token):
headers.append(smart_str(u"CDO"))
headers.append(smart_str(u"CDO Email"))
headers.append(smart_str(u"Handshake Status"))
headers.append(smart_str(u"Handshake Action by CDO"))
headers.append(smart_str(u"Handshake Accepted/Declined by CDO"))

writer.writerow(headers)

Expand Down

0 comments on commit 9502b46

Please sign in to comment.