mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
support ticket patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 326
|
last_patch = 327
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@@ -1308,6 +1308,7 @@ def execute(patch_no):
|
|||||||
'support_host':'host',
|
'support_host':'host',
|
||||||
'support_username': 'username',
|
'support_username': 'username',
|
||||||
'support_password': 'password',
|
'support_password': 'password',
|
||||||
|
'support_use_ssl': 'use_ssl',
|
||||||
'sync_support_mails': 'integrate_incoming',
|
'sync_support_mails': 'integrate_incoming',
|
||||||
'signature': 'support_signature'
|
'signature': 'support_signature'
|
||||||
}
|
}
|
||||||
@@ -1320,4 +1321,4 @@ def execute(patch_no):
|
|||||||
from webnotes.model import delete_doc
|
from webnotes.model import delete_doc
|
||||||
delete_doc('DocType', 'Support Email Settings')
|
delete_doc('DocType', 'Support Email Settings')
|
||||||
|
|
||||||
# delete description field
|
reload_doc('support','doctype','support_ticket')
|
||||||
Reference in New Issue
Block a user