mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
removed next_contact in quotation, fixed regex to convert relative links to absolute
This commit is contained in:
@@ -80,5 +80,5 @@ class DocType(TransactionBase):
|
||||
def on_trash(self):
|
||||
webnotes.conn.sql("""update tabCommunication set lead='' where lead=%s""",
|
||||
self.doc.name)
|
||||
webnotes.conn.sql("""update `tabSupport Ticket` set contact='' where contact=%s""",
|
||||
webnotes.conn.sql("""update `tabSupport Ticket` set lead='' where lead=%s""",
|
||||
self.doc.name)
|
||||
Reference in New Issue
Block a user