Update production_analytics.py

This commit is contained in:
Shreya Shah 2018-10-29 15:38:21 +05:30 committed by GitHub
parent 7b91f9fa0c
commit 69bbe1995c
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),
"fieldname":field_name,
"fieldname": field_name,
"fieldtype": "Float",
"width": 120
},