commit | d81e9f30dd30b860a176bafccb709ea1cc044a42 | [log] [tgz] |
---|---|---|
author | hiousi <hiousi@users.noreply.github.com> | Fri Nov 17 07:12:24 2017 +0100 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Nov 17 11:42:24 2017 +0530 |
tree | 03c63e6802705edff8216024e33245fa12d5f012 | |
parent | b6096057c6d0d327a65fba09038aaf557fa211b3 [diff] |
[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
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 44a3b18..d929428 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -51,7 +51,7 @@ calendars = ["Task", "Production Order", "Leave Application", "Sales Order", "Holiday List"] -fixtures = ["Web Form"] + domains = { 'Distribution': 'erpnext.domains.distribution',