support ticket patch
diff --git a/patches/patch.py b/patches/patch.py
index ade0805..4d4fb51 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
-last_patch = 326
+last_patch = 327
#-------------------------------------------
@@ -1308,6 +1308,7 @@
'support_host':'host',
'support_username': 'username',
'support_password': 'password',
+ 'support_use_ssl': 'use_ssl',
'sync_support_mails': 'integrate_incoming',
'signature': 'support_signature'
}
@@ -1320,4 +1321,4 @@
from webnotes.model import delete_doc
delete_doc('DocType', 'Support Email Settings')
- # delete description field
\ No newline at end of file
+ reload_doc('support','doctype','support_ticket')
\ No newline at end of file