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