mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
[minor] Address fix (#12025)
This commit is contained in:
committed by
Nabin Hait
parent
9771b9376d
commit
5a344576b8
@@ -74,7 +74,7 @@ class Customer(TransactionBase):
|
||||
self.db_set('email_id', self.email_id)
|
||||
|
||||
def create_primary_address(self):
|
||||
if self.flags.is_new_doc and self.get('address_line_1'):
|
||||
if self.flags.is_new_doc and self.get('address_line1'):
|
||||
make_address(self)
|
||||
|
||||
def update_lead_status(self):
|
||||
|
||||
Reference in New Issue
Block a user