diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 44a3b18f78..d929428377 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',