From 9f0ad7a4ea415a8b2f94631338810d2cc00f94d0 Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Tue, 19 Mar 2024 12:12:26 +0530 Subject: [PATCH] fix: missing range for ageing summary (cherry picked from commit 643cc022fdada0839e3c55d7c56aa475fdc4de58) --- .../process_statement_of_accounts.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 5307ccb19314..81ebf9744c4e 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 @@ -89,10 +89,11 @@

{{ _("Ageing Report based on ") }} {{ ageing.ageing_base - - - - + + + + + @@ -101,6 +102,7 @@

{{ _("Ageing Report based on ") }} {{ ageing.ageing_base

+
30 Days60 Days90 Days120 Days0 - 30 Days30 - 60 Days60 - 90 Days90 - 120 DaysAbove 120 Days
{{ 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) }}{{ frappe.utils.fmt_money(ageing.range5, currency=filters.presentation_currency) }}