[minor] naming series not set message

This commit is contained in:
Rushabh Mehta
2015-05-18 10:28:08 +05:30
parent 26c8a96b0a
commit 0718292bfa
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ class Issue(Document):
if values:
self.contact, self.customer = values
if not self.company:
self.company = frappe.db.get_value("Lead", self.lead, "company") or \
frappe.db.get_default("company")