blob: c5bf0188788c2f33ca85c07bd4b1d1f14ef0c1dc [file] [log] [blame]
from __future__ import unicode_literals
import erpnext.education.utils as utils
import frappe
def get_context(context):
context.program = frappe.get_doc("Program", frappe.form_dict["program"])
context.course_list = utils.get_courses_in_program(frappe.form_dict["program"])