From b7186d46d2d2c53861e6fdb0c09107517a271610 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 25 Jul 2011 14:37:48 +0530 Subject: [PATCH] support ticket patch --- patches/patch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/patch.py b/patches/patch.py index ade080503e..4d4fb5139a 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 @@ def execute(patch_no): '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 @@ def execute(patch_no): 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