2019-01-22 18:22:20 +05:30
|
|
|
from __future__ import unicode_literals
|
2017-01-20 19:16:39 +05:30
|
|
|
import frappe
|
|
|
|
|
|
|
|
def execute():
|
2017-11-23 15:22:10 +05:30
|
|
|
# '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")
|