sync communication before patch
This commit is contained in:
parent
e9b5e7cb85
commit
9356ac7ef5
@ -2,6 +2,7 @@ import webnotes
|
|||||||
import email.utils
|
import email.utils
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
webnotes.reload_doc("core", "doctype", "communication")
|
||||||
webnotes.conn.commit()
|
webnotes.conn.commit()
|
||||||
for d in webnotes.conn.sql("""select owner, creation, modified, modified_by, parent,
|
for d in webnotes.conn.sql("""select owner, creation, modified, modified_by, parent,
|
||||||
from_email, mail from `tabSupport Ticket Response`""", as_dict=1):
|
from_email, mail from `tabSupport Ticket Response`""", as_dict=1):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user