mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
Fix: Add fieldtype as currency
This commit is contained in:
@@ -187,5 +187,7 @@ def get_chart_data(columns, data):
|
||||
},
|
||||
"type": "bar"
|
||||
}
|
||||
|
||||
chart["fieldtype"] = "Currency"
|
||||
|
||||
return chart
|
||||
return chart
|
||||
|
||||
Reference in New Issue
Block a user