Fix #5450
This commit is contained in:
parent
02439bed8b
commit
3b56370060
@ -1747,7 +1747,7 @@ class ExpenseReportLine
|
||||
// Mise a jour ligne en base
|
||||
$sql = "UPDATE ".MAIN_DB_PREFIX."expensereport_det SET";
|
||||
$sql.= " comments='".$this->db->escape($this->comments)."'";
|
||||
$sql.= ",value_unit=".$this->value_unit."";
|
||||
$sql.= ",value_unit=".price2num($this->value_unit)."";
|
||||
$sql.= ",qty=".$this->qty."";
|
||||
$sql.= ",date='".$this->db->idate($this->date)."'";
|
||||
$sql.= ",total_ht=".$this->total_ht."";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user