mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: fix function import (#21927)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
from frappe.core.doctype.communication.email import update_mins_to_first_communication
|
||||
from frappe.core.doctype.communication.communication import update_mins_to_first_communication
|
||||
|
||||
def execute():
|
||||
frappe.reload_doctype('Issue')
|
||||
|
||||
Reference in New Issue
Block a user