chore: updated education config
diff --git a/erpnext/config/healthcare.py b/erpnext/config/healthcare.py
index de0167b..1311111 100644
--- a/erpnext/config/healthcare.py
+++ b/erpnext/config/healthcare.py
@@ -76,11 +76,13 @@
"type": "doctype",
"name": "Patient",
"label": _("Patient"),
+ "onboard": 1,
},
{
"type": "doctype",
"name": "Healthcare Practitioner",
"label": _("Healthcare Practitioner"),
+ "onboard": 1,
},
{
"type": "doctype",
@@ -96,6 +98,7 @@
"type": "doctype",
"name": "Medical Code",
"label": _("Medical Code"),
+ "onboard": 1,
},
{
"type": "doctype",
@@ -112,6 +115,7 @@
"type": "doctype",
"name": "Healthcare Settings",
"label": _("Healthcare Settings"),
+ "onboard": 1,
},
{
"type": "doctype",