diff --git a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
index f44d5953326..db1fea192ee 100644
--- a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
+++ b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
@@ -79,8 +79,8 @@
- {% if aging %}
-
| {{ frappe.utils.fmt_money(aging.range1, currency=filters.presentation_currency) }} | -{{ frappe.utils.fmt_money(aging.range2, currency=filters.presentation_currency) }} | -{{ frappe.utils.fmt_money(aging.range3, currency=filters.presentation_currency) }} | -{{ frappe.utils.fmt_money(aging.range4, currency=filters.presentation_currency) }} | +{{ frappe.utils.fmt_money(ageing.range1, currency=filters.presentation_currency) }} | +{{ frappe.utils.fmt_money(ageing.range2, currency=filters.presentation_currency) }} | +{{ frappe.utils.fmt_money(ageing.range3, currency=filters.presentation_currency) }} | +{{ frappe.utils.fmt_money(ageing.range4, currency=filters.presentation_currency) }} |