mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 03:23:35 +00:00
Merge pull request #15789 from deepeshgarg007/production-analytics
[Bug-fix]Production analytics
This commit is contained in:
@@ -31,7 +31,7 @@ def get_columns(filters):
|
||||
columns.append(
|
||||
{
|
||||
"label": _(label),
|
||||
"field_name":field_name,
|
||||
"fieldname": field_name,
|
||||
"fieldtype": "Float",
|
||||
"width": 120
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user