fix: rename instructor role to course creator

This commit is contained in:
Jannat Patel
2022-12-01 15:22:18 +05:30
parent 233bf36ef6
commit a780b7520f
5 changed files with 17 additions and 11 deletions

View File

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