mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 07:08:24 +00:00
[minor] naming series not set message
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user