Merge pull request #6300 from neilLasrado/develop

Fixed Student Guardian patch - reload issue
This commit is contained in:
Nabin Hait 2016-09-06 17:54:06 +05:30 committed by GitHub
commit e5480f4545

View File

@ -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: