mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
cleanup get_support_ticket
This commit is contained in:
@@ -26,7 +26,7 @@ def execute_all():
|
||||
* recurring invoice
|
||||
"""
|
||||
# pull emails
|
||||
from support.doctype.support_ticket import get_support_mails
|
||||
from support.doctype.support_ticket.get_support_mails import get_support_mails
|
||||
run_fn(get_support_mails)
|
||||
|
||||
# bulk email
|
||||
|
||||
Reference in New Issue
Block a user