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

View File

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