Fix regression sql error

This commit is contained in:
Laurent Destailleur 2021-06-15 02:15:45 +02:00
parent 3b9936f7e2
commit a1e6236df0

View File

@ -3594,7 +3594,7 @@ class SupplierInvoiceLine extends CommonObjectLine
$sql .= ' '.(!empty($this->fk_code_ventilation) ? $this->fk_code_ventilation : 0).',';
$sql .= ' '.((int) $this->rang).',';
$sql .= ' '.((int) $this->special_code).',';
$sql .= " ".((int) $this->info_bits)."',";
$sql .= " ".((int) $this->info_bits).",";
$sql .= " ".price2num($this->total_ht).",";
$sql .= " ".price2num($this->total_tva).",";
$sql .= " ".price2num($this->total_ttc).",";