6 lines
90 B
Python
6 lines
90 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.rename_doc("Role", "Instructor", "Course Creator")
|