From d81e9f30dd30b860a176bafccb709ea1cc044a42 Mon Sep 17 00:00:00 2001 From: hiousi Date: Fri, 17 Nov 2017 07:12:24 +0100 Subject: [PATCH] [fix] issue #11456 (#11612) using bench export-fixtures create a erpnext/fixtures/web_form.json file see : https://github.com/frappe/erpnext/issues/11456#issuecomment-344846063 --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 44a3b18f78d..d9294283776 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -51,7 +51,7 @@ email_append_to = ["Job Applicant", "Lead", "Opportunity", "Issue"] calendars = ["Task", "Production Order", "Leave Application", "Sales Order", "Holiday List"] -fixtures = ["Web Form"] + domains = { 'Distribution': 'erpnext.domains.distribution',