From fc8ca7d82cbc1bd68d9574fba20f8a608907804c Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 9 Jul 2025 10:45:58 +0530 Subject: [PATCH] chore: rename method --- .../report/accounts_receivable/accounts_receivable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 5426c18a2ed..e191b0ad790 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -131,7 +131,7 @@ class ReceivablePayableReport: elif self.ple_fetch_method == "UnBuffered Cursor": self.fetch_ple_in_unbuffered_cursor() elif self.ple_fetch_method == "Raw SQL": - self.init_and_run_sql_procedures() + self.fetch_ple_in_sql_procedures() # Build delivery note map against all sales invoices self.build_delivery_note_map() @@ -321,7 +321,7 @@ class ReceivablePayableReport: row.paid -= amount row.paid_in_account_currency -= amount_in_account_currency - def init_and_run_sql_procedures(self): + def fetch_ple_in_sql_procedures(self): self.proc = InitSQLProceduresForAR() build_balance = f"""