2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
2017-01-20 13:46:39 +00:00
|
|
|
import frappe
|
|
|
|
|
|
|
|
def execute():
|
2017-11-23 09:52:10 +00:00
|
|
|
# 'Schools' module changed to the 'Education'
|
|
|
|
# frappe.reload_doc('schools', 'doctype', 'student_group_student')
|
|
|
|
|
|
|
|
frappe.reload_doc('education', 'doctype', 'student_group_student')
|
|
|
|
frappe.db.sql("update `tabStudent Group Student` set active=1")
|