mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 23:06:33 +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.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(
|
||||
|
||||
Reference in New Issue
Block a user