mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Fix: Add fieldtype as currency
This commit is contained in:
@@ -188,4 +188,6 @@ def get_chart_data(columns, data):
|
|||||||
"type": "bar"
|
"type": "bar"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chart["fieldtype"] = "Currency"
|
||||||
|
|
||||||
return chart
|
return chart
|
||||||
Reference in New Issue
Block a user