mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Update production_analytics.py
This commit is contained in:
@@ -31,7 +31,7 @@ def get_columns(filters):
|
|||||||
columns.append(
|
columns.append(
|
||||||
{
|
{
|
||||||
"label": _(label),
|
"label": _(label),
|
||||||
"fieldname":field_name,
|
"fieldname": field_name,
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"width": 120
|
"width": 120
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user