diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index ce26c63520e..82c5e7aceef 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -2859,8 +2859,8 @@ class FactureLigne $sql.= ' '.$this->fk_export_compta.','; $sql.= ' '.$rangtouse.','; $sql.= " '".$this->info_bits."',"; - $sql.= " ".price2num($this->total_ht); - $sql.= " ".price2num($this->total_tva); + $sql.= " ".price2num($this->total_ht).", "; + $sql.= " ".price2num($this->total_tva).","; $sql.= " ".price2num($this->total_ttc); $sql.= ')';