brotherton-erpnext/erpnext/hr/notification/training_feedback/training_feedback.py
2018-06-14 13:18:21 +05:30

8 lines
110 B
Python

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