refactored communication and added to Lead / Contact
This commit is contained in:
parent
80127bfb6a
commit
e1a433812f
@ -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,'')=''""")
|
Loading…
x
Reference in New Issue
Block a user