brotherton-erpnext/erpnext/projects/web_form/tasks/tasks.py

8 lines
110 B
Python
Raw Normal View History

2016-06-24 10:46:07 +00:00
from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass