mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +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(
|
||||
"Dynamic Link",
|
||||
filters={"link_doctype": "Sales Partner", "link_name": self.name, "parenttype": "Address"},
|
||||
pluck=["parent"]
|
||||
pluck=["parent"],
|
||||
)
|
||||
|
||||
addresses = []
|
||||
|
||||
Reference in New Issue
Block a user