Skip to content
Snippets Groups Projects
Commit a5eb445a authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5978 from aspangaro/4.0-p4

Fix #5973: EBP export uses simple cote instead of double cote
parents 7ccc70e0 fd09bdfb
Branches
Tags
No related merge requests found
......@@ -402,7 +402,7 @@ class AccountancyExport
print length_accountg($line->numero_compte) . $this->separator;
print substr(length_accountg($line->numero_compte),0,2) . $this->separator;
print '"'.dol_trunc($line->label_compte,40,'right','UTF-8',1).'"' . $this->separator;
print '"'.dol_trunc($line->piece_num,15,'right','UTF-8',1)."'".$this->separator;
print '"'.dol_trunc($line->piece_num,15,'right','UTF-8',1).'"'.$this->separator;
print price2num($line->montant).$this->separator;
print $line->sens.$this->separator;
print $date . $this->separator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment