mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
Conflicts: patches/patch_list.py
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("support", "doctype", "communication")
|
||||
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,'')=''""")
|
||||
@@ -687,4 +687,8 @@ patch_list = [
|
||||
'patch_module': 'patches.november_2012',
|
||||
'patch_file': 'cancelled_bom_patch',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.november_2012',
|
||||
'patch_file': 'communication_sender_and_recipient',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user