mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Bug Fixes
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user