feat: multiple instructors
This commit is contained in:
4
school/patches/v0_0/multiple_instructors.py
Normal file
4
school/patches/v0_0/multiple_instructors.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.get_all("LMS Course", fields=["name", "instructor"])
|
||||
Reference in New Issue
Block a user