commit | dd092e30fb5eedf48bad7d6dd6c9df69c3238c9b | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Sep 15 16:16:36 2017 +0530 |
committer | Makarand Bauskar <mbauskar@gmail.com> | Fri Sep 15 16:16:36 2017 +0530 |
tree | 0de76bca3a9d70210f1edb728168ba20c34d0e87 | |
parent | f41cff27e614df9a7a908b93213a3b2957e8ee99 [diff] [blame] |
Move subscription module to accounts (#10772)
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 0e3aa79..6f95f7e 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -184,7 +184,7 @@ scheduler_events = { "hourly": [ - "erpnext.subscription.doctype.subscription.subscription.make_subscription_entry", + "erpnext.accounts.doctype.subscription.subscription.make_subscription_entry", 'erpnext.hr.doctype.daily_work_summary_settings.daily_work_summary_settings.trigger_emails' ], "daily": [