mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
chore: minor cleanup | add comma
This commit is contained in:
committed by
GitHub
parent
f3f6bc8042
commit
cefb8f69e5
@@ -57,7 +57,7 @@ class SalesPartner(WebsiteGenerator):
|
|||||||
address_names = frappe.db.get_all(
|
address_names = frappe.db.get_all(
|
||||||
"Dynamic Link",
|
"Dynamic Link",
|
||||||
filters={"link_doctype": "Sales Partner", "link_name": self.name, "parenttype": "Address"},
|
filters={"link_doctype": "Sales Partner", "link_name": self.name, "parenttype": "Address"},
|
||||||
pluck=["parent"]
|
pluck=["parent"],
|
||||||
)
|
)
|
||||||
|
|
||||||
addresses = []
|
addresses = []
|
||||||
|
|||||||
Reference in New Issue
Block a user