feat: batch creation

This commit is contained in:
Jannat Patel
2024-03-15 21:54:02 +05:30
parent 83a1b03bb7
commit 63bcbb6506
33 changed files with 1536 additions and 887 deletions

View File

@@ -0,0 +1,6 @@
import frappe
def execute():
if frappe.db.exists("Role", "Class Evaluator"):
frappe.rename_doc("Role", "Class Evaluator", "Batch Evaluator")