commit | 836a4b5e541420382a13eebdaffbdef769ab2160 | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Mon Oct 08 15:26:05 2018 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Tue Feb 19 13:05:23 2019 +0530 |
tree | bae550398bea480f18bf86f716c05c40d4b5d51e | |
parent | b3b003f51817be129606b1f88b6c02e7fcffa1bb [diff] [blame] |
lms: add activity child table and create frontend Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
diff --git a/erpnext/www/lms/course.py b/erpnext/www/lms/course.py new file mode 100644 index 0000000..453c9c7 --- /dev/null +++ b/erpnext/www/lms/course.py
@@ -0,0 +1,2 @@ +# current_module = frappe.get_doc("Course", frappe.form_dict["lesson"]) +# current_lesson = frappe.get_doc("Lesson", frappe.form_dict["lesson"]) \ No newline at end of file