From f364a4149057ddd23894584c8637aa3e98ab7386 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) # Conflicts: # erpnext/accounts/report/accounts_receivable/accounts_receivable.py --- .../report/accounts_receivable/accounts_receivable.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index f016ef848d9..7bc44a2dd2a 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -138,8 +138,12 @@ class ReceivablePayableReport: self.init_and_run_sql_procedures() ======= elif self.ple_fetch_method == "Raw SQL": +<<<<<<< HEAD self.init_and_run_sql_procedures() >>>>>>> e90c6a33bd (refactor: call procedures based on config) +======= + self.fetch_ple_in_sql_procedures() +>>>>>>> fc8ca7d82c (chore: rename method) # Build delivery note map against all sales invoices self.build_delivery_note_map() @@ -336,7 +340,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"""