mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
Minor fix in patch
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doctype('Student Attendance')
|
||||
# frappe.reload_doc("schools", "doctype", "student_attendance")
|
||||
frappe.reload_doc("education", "doctype", "student_attendance")
|
||||
frappe.db.sql('''
|
||||
update `tabStudent Attendance` set
|
||||
docstatus=0
|
||||
|
||||
Reference in New Issue
Block a user