feat: add name to fixture
diff --git a/erpnext/healthcare/dashboard_fixtures.py b/erpnext/healthcare/dashboard_fixtures.py
index 8562227..fc3d62f 100644
--- a/erpnext/healthcare/dashboard_fixtures.py
+++ b/erpnext/healthcare/dashboard_fixtures.py
@@ -25,6 +25,7 @@
 			{
 				"doctype": "Dashboard Chart",
 				"time_interval": "Daily",
+				"name": "Patient Appointments",
 				"chart_name": "Patient Appointments",
 				"timespan": "Last Month",
 				"color": "#77ecca",