[added] web-forms
This commit is contained in:
7
erpnext/projects/web_form/tasks/tasks.py
Normal file
7
erpnext/projects/web_form/tasks/tasks.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
# do your magic here
|
||||
pass
|
||||
Reference in New Issue
Block a user