mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
feat: add name to fixture
This commit is contained in:
@@ -25,6 +25,7 @@ def get_charts():
|
|||||||
{
|
{
|
||||||
"doctype": "Dashboard Chart",
|
"doctype": "Dashboard Chart",
|
||||||
"time_interval": "Daily",
|
"time_interval": "Daily",
|
||||||
|
"name": "Patient Appointments",
|
||||||
"chart_name": "Patient Appointments",
|
"chart_name": "Patient Appointments",
|
||||||
"timespan": "Last Month",
|
"timespan": "Last Month",
|
||||||
"color": "#77ecca",
|
"color": "#77ecca",
|
||||||
|
|||||||
Reference in New Issue
Block a user