mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
6 lines
167 B
Python
6 lines
167 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.reload_doc('schools', 'doctype', 'student_group_student')
|
|
frappe.db.sql("update `tabStudent Group Student` set active=1")
|