mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -137,5 +137,5 @@ class DocType(TransactionBase):
|
|||||||
update_feed(self.doc)
|
update_feed(self.doc)
|
||||||
|
|
||||||
def on_trash(self):
|
def on_trash(self):
|
||||||
webnotes.conn.sql("""update `tabCommunication set support_ticket=""
|
webnotes.conn.sql("""update `tabCommunication` set support_ticket=NULL
|
||||||
where support_ticket=%s`""", self.doc.name)
|
where support_ticket=%s""", (self.doc.name,))
|
||||||
|
|||||||
Reference in New Issue
Block a user