commit | 5e14660ddab20fb7c8295ebf796cc8a38ceb61de | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Sun Oct 27 17:36:08 2019 +0530 |
committer | GitHub <noreply@github.com> | Sun Oct 27 17:36:08 2019 +0530 |
tree | 75c527220c91230b9bd182429cb0b10acb654373 | |
parent | 85c028b60dbef35cfaff35f9411900f5f6d9697d [diff] | |
parent | 53794a902919c9496608284f840cc60fe40a1025 [diff] |
Merge branch 'develop' into revert-19265-issue_fix
diff --git a/erpnext/support/doctype/issue/issue.py b/erpnext/support/doctype/issue/issue.py index cdf5fed..b748e3f 100644 --- a/erpnext/support/doctype/issue/issue.py +++ b/erpnext/support/doctype/issue/issue.py
@@ -22,7 +22,6 @@ return "{0}: {1}".format(_(self.status), self.subject) def validate(self): - self.flags.ignore_disabled = 1 if self.is_new() and self.via_customer_portal: self.flags.create_communication = True