From 66ac65482dfe2b89b2f471e718aeedae4fca9d52 Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Fri, 18 Nov 2022 02:16:56 +0530 Subject: [PATCH] fix: add missing comma --- .../report/customer_ledger_summary/customer_ledger_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py b/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py index a257ba4ce5..6b0d3c9764 100644 --- a/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py +++ b/erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py @@ -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(