brotherton-erpnext/erpnext/hr/web_form/job_application/job_application.py
2016-09-13 14:29:02 +05:30

8 lines
110 B
Python

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