commit | 66ac65482dfe2b89b2f471e718aeedae4fca9d52 | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Fri Nov 18 02:16:56 2022 +0530 |
committer | Sagar Vora <sagar@resilient.tech> | Fri Nov 18 02:16:56 2022 +0530 |
tree | b679fab3f42b648a2e793bfc62e94cc61d9fe0d3 | |
parent | 8ae58ed4270444d1f6378264d28681a5f19a5852 [diff] |
fix: add missing comma
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 a257ba4..6b0d3c9 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 @@ 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(