[hotfix] portal fixes patch

This commit is contained in:
Anand Doshi 2015-06-02 11:53:17 -04:00
parent ed43f8015c
commit 64aa6620be

View File

@ -1,4 +1,6 @@
import frappe
import erpnext.setup.install
def execute():
frappe.reload_doctype("Web Form Field")
import erpnext.setup.install
erpnext.setup.install.add_web_forms()