From 3b38c6708c5df6e2c1be38813de199a580fd0a3f Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 9 Jul 2025 10:45:58 +0530 Subject: [PATCH] chore: rename method (cherry picked from commit fc8ca7d82cbc1bd68d9574fba20f8a608907804c) --- .../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 b1c2c10441c..6061be9f3a8 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -129,7 +129,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() @@ -319,7 +319,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"""