fix: spacing issue
This commit is contained in:
parent
25fcc60d7a
commit
6ca2788cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class Address(Document):
|
|||
|
||||
def has_link(self, doctype, name):
|
||||
for link in self.links:
|
||||
if link.link_doctype==doctype and link.link_name== name:
|
||||
if link.link_doctype == doctype and link.link_name == name:
|
||||
return True
|
||||
|
||||
def has_common_link(self, doc):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue