mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
support ticket patch
This commit is contained in:
@@ -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'")
|
||||
Reference in New Issue
Block a user