Skip to content
Snippets Groups Projects
Commit c37c3d19 authored by Juanjo Menent's avatar Juanjo Menent Committed by GitHub
Browse files

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

Fix #5450 Bug: Expenses Form : SQL error on updating line
parents 60384f6d e52d6db3
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment