brotherton-erpnext/erpnext/education/web_form/student_applicant/student_applicant.py

8 lines
110 B
Python
Raw Normal View History

from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass