mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
7 lines
170 B
Python
7 lines
170 B
Python
import frappe
|
|
import erpnext.setup.install
|
|
|
|
def execute():
|
|
frappe.reload_doc("website", "doctype", "web_form_field", force=True)
|
|
#erpnext.setup.install.add_web_forms()
|