2019-05-19 10:31:45 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
import erpnext.education.utils as utils
|
|
|
|
import frappe
|
|
|
|
|
|
|
|
no_cache = 1
|
|
|
|
|
|
|
|
def get_context(context):
|
|
|
|
context.education_settings = frappe.get_single("Education Settings")
|
2019-05-29 13:09:52 +00:00
|
|
|
context.all_programs = utils.get_portal_programs()
|