commit | 85c028b60dbef35cfaff35f9411900f5f6d9697d | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Tue Oct 22 17:26:54 2019 +0530 |
committer | GitHub <noreply@github.com> | Tue Oct 22 17:26:54 2019 +0530 |
tree | ec95965e221c231b381c8d596701027b368f6a36 | |
parent | c8d9a5305bc42f49577da8bd323343d787d5eacf [diff] | |
parent | 2f63529029d019df64f14f5f381909383be7cc07 [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