Files
lms/school/patches/v0_0/multiple_instructors.py
2022-02-07 12:01:07 +05:30

5 lines
94 B
Python

import frappe
def execute():
frappe.get_all("LMS Course", fields=["name", "instructor"])