fix: renamed instructor and moderator roles

This commit is contained in:
Jannat Patel
2022-11-14 17:25:07 +05:30
parent 3e1f29af48
commit d9e44e0f91
5 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
import frappe
def execute():
frappe.rename_doc("Role", "Course Instructor", "Instructor")
frappe.rename_doc("Role", "Course Moderator", "Moderator")