mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
changed communication module to core in patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("support", "doctype", "communication")
|
webnotes.reload_doc("core", "doctype", "communication")
|
||||||
webnotes.conn.sql("""update tabCommunication set sender=email_address
|
webnotes.conn.sql("""update tabCommunication set sender=email_address
|
||||||
where ifnull(support_ticket,'') != ''""")
|
where ifnull(support_ticket,'') != ''""")
|
||||||
webnotes.conn.sql("""update tabCommunication set recipients=email_address where
|
webnotes.conn.sql("""update tabCommunication set recipients=email_address where
|
||||||
|
|||||||
Reference in New Issue
Block a user