Skip to content

Commit

Permalink
Merge pull request #342 from CityOfNewYork/bugfix/OP-1426
Browse files Browse the repository at this point in the history
Bugfix/OP-1426: Generate CSV Not Working
  • Loading branch information
joelbcastillo authored Apr 18, 2018
2 parents bdd3fbb + 6da64dd commit 93038ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def requests_doc(doc_type):
request.args.get('date_closed_from'),
request.args.get('date_closed_to'),
agency_ein,
request.args.get('agency_user'),
eval_request_bool(request.args.get('open')),
eval_request_bool(request.args.get('closed')),
eval_request_bool(request.args.get('in_progress')),
Expand Down

0 comments on commit 93038ed

Please sign in to comment.