brotherton-erpnext/erpnext/hr/email_alert/retention_bonus/retention_bonus.py
2018-05-15 19:15:58 +05:30

8 lines
110 B
Python

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