mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
Fixed Student Guardian patch - reload issue
This commit is contained in:
@@ -4,6 +4,7 @@ def execute():
|
||||
if frappe.db.exists("DocType", "Guardian"):
|
||||
frappe.reload_doc("schools", "doctype", "student")
|
||||
frappe.reload_doc("schools", "doctype", "student_guardian")
|
||||
frappe.reload_doc("schools", "doctype", "student_sibling")
|
||||
guardian = frappe.get_all("Guardian", fields=["name", "student"])
|
||||
for d in guardian:
|
||||
if d.student:
|
||||
|
||||
Reference in New Issue
Block a user