2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/expensereport/class
Sean Wang 3dd9d47089 Fix wrong approve time in expense report
The approve time showed was 8 hours more than the real time.
Checking database turned out that it had the wrong data(+8 hours).

After checking every timezone related settings were correct,
I found that it do twice idate() in setApproved().
Since we have idate() in $sql, we don't need the idate()
at the line 1249.
2018-03-29 14:49:06 +08:00
..
2015-03-07 15:14:51 +01:00