mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix: add missing comma
This commit is contained in:
@@ -221,7 +221,7 @@ class PartyLedgerSummaryReport(object):
|
|||||||
if self.filters.party_type == "Customer":
|
if self.filters.party_type == "Customer":
|
||||||
if self.filters.get("customer_group"):
|
if self.filters.get("customer_group"):
|
||||||
lft, rgt = frappe.get_cached_value(
|
lft, rgt = frappe.get_cached_value(
|
||||||
"Customer Group", self.filters.get("customer_group"), ["lft" "rgt"]
|
"Customer Group", self.filters["customer_group"], ["lft", "rgt"]
|
||||||
)
|
)
|
||||||
|
|
||||||
conditions.append(
|
conditions.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user