feat: multiple instructors

This commit is contained in:
Jannat Patel
2022-02-07 12:01:07 +05:30
parent 50c624e305
commit 3e46db9c11
6 changed files with 49 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
import frappe
def execute():
frappe.get_all("LMS Course", fields=["name", "instructor"])