Bug Fixes

This commit is contained in:
deepeshgarg007 2018-10-24 15:12:26 +05:30
parent 81cdd967d7
commit 7b91f9fa0c

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
}, },