Merge pull request #15789 from deepeshgarg007/production-analytics

[Bug-fix]Production analytics
This commit is contained in:
Shreya Shah 2018-10-29 15:49:19 +05:30 committed by GitHub
commit 85a9b52dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ def get_columns(filters):
columns.append(
{
"label": _(label),
"field_name":field_name,
"fieldname": field_name,
"fieldtype": "Float",
"width": 120
},