mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
refactored communication and added to Lead / Contact
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import webnotes
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
webnotes.conn.sql("""update tabCommunication set sender=email_address
|
||||||
|
where ifnull(support_ticket,'') != ''""")
|
||||||
|
webnotes.conn.sql("""update tabCommunication set recipients=email_address where
|
||||||
|
ifnull(sender,'')=''""")
|
||||||
Reference in New Issue
Block a user