// 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:
bMancone
2012-02-07 14:59:56 +00:00
parent 84042be0f3
commit 07186ff3b9
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -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"');
}