Explorar el Código

[Backend] Export comptable

feature/tableau_edition_avancee
Fab hace 4 años
padre
commit
a747e968d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Services/CsvGenerator.php

+ 1
- 1
ShopBundle/Services/CsvGenerator.php Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar