minor fix
diff --git a/erpnext/hr/utils.py b/erpnext/hr/utils.py
index fb03044..281b7fc 100644
--- a/erpnext/hr/utils.py
+++ b/erpnext/hr/utils.py
@@ -80,7 +80,7 @@
@frappe.whitelist()
def get_onboarding_details(parent, parenttype):
- return frappe.get_list("Employee Boarding Activity",
+ return frappe.get_all("Employee Boarding Activity",
fields=["activity_name", "role", "user", "required_for_employee_creation", "description"],
filters={"parent": parent, "parenttype": parenttype},
order_by= "idx")