fix: add missing comma
This commit is contained in:
parent
8ae58ed427
commit
66ac65482d
@ -221,7 +221,7 @@ class PartyLedgerSummaryReport(object):
|
||||
if self.filters.party_type == "Customer":
|
||||
if self.filters.get("customer_group"):
|
||||
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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user