Merge branch 'develop' of https://github.com/frappe/erpnext into sla_fix

This commit is contained in:
Himanshu Warekar
2019-05-17 00:48:23 +05:30
138 changed files with 5390 additions and 8183 deletions

View File

@@ -32,10 +32,6 @@ class Issue(Document):
self.update_status()
self.set_lead_contact(self.raised_by)
if self.status == "Closed":
from frappe.desk.form.assign_to import clear
clear(self.doctype, self.name)
def on_update(self):
# Add a communication in the issue timeline
if self.flags.create_communication and self.via_customer_portal: