fix: add missing comma

This commit is contained in:
Sagar Vora 2022-11-18 02:16:56 +05:30
parent 8ae58ed427
commit 66ac65482d

View File

@ -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(