Merge pull request #5496 from olsesacl/3.8_#5450

Fix #5450 Bug: Expenses Form : SQL error on updating line
This commit is contained in:
Juanjo Menent 2016-07-17 15:46:03 +02:00 committed by GitHub
commit c37c3d1939

View File

@ -1741,6 +1741,7 @@ class ExpenseReportLine
// Clean parameters
$this->comments=trim($this->comments);
$this->vatrate = price2num($this->vatrate);
$this->value_unit = price2num($this->value_unit);
$this->db->begin();