2 lines
143 B
Python
2 lines
143 B
Python
|
# current_module = frappe.get_doc("Course", frappe.form_dict["lesson"])
|
||
|
# current_lesson = frappe.get_doc("Lesson", frappe.form_dict["lesson"])
|