mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: use naming series configuration for Sales Partner
This commit is contained in:
@@ -44,7 +44,7 @@ class SalesPartner(WebsiteGenerator):
|
|||||||
load_address_and_contact(self)
|
load_address_and_contact(self)
|
||||||
|
|
||||||
def autoname(self):
|
def autoname(self):
|
||||||
self.name = self.partner_name
|
pass
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
if not self.route:
|
if not self.route:
|
||||||
|
|||||||
Reference in New Issue
Block a user