support ticket patch

This commit is contained in:
Rushabh Mehta
2011-07-25 14:45:42 +05:30
parent 933893f20a
commit 9b8fad2baa
2 changed files with 28 additions and 42 deletions

View File

@@ -1320,4 +1320,5 @@ def execute(patch_no):
from webnotes.model import delete_doc
delete_doc('DocType', 'Support Email Settings')
reload_doc('support','doctype','support_ticket')
reload_doc('support','doctype','support_ticket')
sql("delete from tabDocField where fieldname='problem_description' and parent='Support Ticket'")