mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 22:35:10 +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)
|
||||
|
||||
def autoname(self):
|
||||
self.name = self.partner_name
|
||||
pass
|
||||
|
||||
def validate(self):
|
||||
if not self.route:
|
||||
|
||||
Reference in New Issue
Block a user