// Fixed Supply Orders

This commit is contained in:
bMancone
2012-02-07 14:59:56 +00:00
parent 666c7a8059
commit d30a0abadd
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"');
}