brotherton-erpnext/erpnext/hr/notification/training_scheduled/training_scheduled.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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