commit | d9eb44e62d9307f4100ca8e8b500309ca6da6922 | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Fri Sep 29 11:12:19 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Fri Sep 29 11:12:19 2023 +0530 |
tree | 50fd26e0ab4f8d4215e4343fb0d930fe31de918a | |
parent | f160e494839a6940e70d2624c75e059c9cb59add [diff] |
fix: ageing summary in AR
diff --git a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py index 52ae951..e758ee1 100644 --- a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py +++ b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
@@ -102,7 +102,8 @@ "range2": 60, "range3": 90, "range4": 120, - "customer": entry.customer, + "party_type": "Customer", + "party": entry.customer, } ) col1, ageing = get_ageing(ageing_filters)