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")
 |