Browse Source

[Backend] Export comptable

feature/tableau_edition_avancee
Fab 4 years ago
parent
commit
54a9f78de4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Services/CsvGenerator.php

+ 1
- 1
ShopBundle/Services/CsvGenerator.php View File

$this->titleDocument = 'csv_file'; $this->titleDocument = 'csv_file';
$this->convertEncoding = false ; $this->convertEncoding = false ;
$this->fromEncoding = 'UTF-8' ; $this->fromEncoding = 'UTF-8' ;
$this->toEncoding = 'ISO-8859-1' ;
$this->toEncoding = 'UTF-8' ;
$this->delimiter = ';' ; $this->delimiter = ';' ;
} }



Loading…
Cancel
Save