// Fixed Supply Orders
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13073 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -102,6 +102,7 @@ class CSVCore
|
||||
public function headers()
|
||||
{
|
||||
header('Content-type: text/csv');
|
||||
header('Content-Type: application/force-download; charset=UTF-8');
|
||||
header('Cache-Control: no-store, no-cache');
|
||||
header('Content-disposition: attachment; filename="'.$this->filename.'.csv"');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user