ソースを参照

[Backend] Export comptable

feature/tableau_edition_avancee
Fab 4年前
コミット
a747e968d5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ShopBundle/Services/CsvGenerator.php

+ 1
- 1
ShopBundle/Services/CsvGenerator.php ファイルの表示

@@ -132,7 +132,7 @@ class CsvGenerator
$response = new StreamedResponse(function () {
$this->createCsv('php://output');
});
$response->headers->set('Content-Encoding', 'UTF-8');
$response->headers->set('Content-Type', 'application/force-download');
$response->headers->set('Content-Disposition', 'attachment; filename="'.$this->titleDocument.'.csv"');
return $response;

読み込み中…
キャンセル
保存