From: Jason Stephenson Date: Mon, 9 Jun 2014 18:48:16 +0000 (-0400) Subject: LP#1208875: Use text/csv MIME for circ history CSV. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa1b25d01326e23577e14ddd5e54bdc169ce4a47;p=evergreen%2Fpines.git LP#1208875: Use text/csv MIME for circ history CSV. Signed-off-by: Jason Stephenson Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm index b5afffba64..abdbf5c4f7 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -2722,7 +2722,7 @@ sub load_myopac_circ_history_export { [map {$_->{id}} @$ids] ); - return $self->set_file_download_headers($filename); + return $self->set_file_download_headers($filename, 'text/csv; encoding=UTF-8'); } sub load_password_reset {