dolibarr/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
..
api_expensereports.class.php Fix maxi debug of APIs (clean output fields) 2017-12-21 16:50:18 +01:00
expensereport_ik.class.php Fix a lot of request to use the IN getentity instead of = 2017-11-23 15:06:16 +01:00
expensereport_rule.class.php Scrutinizer Auto-Fixes 2017-10-16 06:47:05 +00:00
expensereport.class.php Fix wrong approve time in expense report 2018-03-29 14:49:06 +08:00
expensereportstats.class.php Fix length of month too large 2017-12-08 16:15:41 +01:00
index.html Add index.html 2015-03-07 15:14:51 +01:00
paymentexpensereport.class.php Fix a lot of request to use the IN getentity instead of = 2017-11-23 15:06:16 +01:00