Skip to content

#292 - report does not read any dates

Satish requested to merge satish.dvnk/vtigercrm:292 into master

In getColumnSql api expecting $current_user as follows

userformat=str_replace(array("dd-mm-yyyy","mm-dd-yyyy","yyyy-mm-dd"),array("%d-%m-%Y","%m-%d-%Y","%Y-%m-%d"),<b>current_user->date_format);

But $current_user is not initialized in the api.

Merge request reports