Skip to content

Commit

Permalink
Add gift status to full exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansherburn committed Oct 4, 2024
1 parent a2aba10 commit ca9aad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions donation/views/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ def download_full_spreadsheet(request):
('Share with GiveWell', 'pledge__share_with_givewell'),
('Share with GWWC', 'pledge__share_with_gwwc'),
('Share with TLYCS', 'pledge__share_with_tlycs'),
('Gift', 'pledge__is_gift'),
]
return download_spreadsheet(request, extra_fields)

0 comments on commit ca9aad8

Please sign in to comment.