chore: rename method

(cherry picked from commit fc8ca7d82c)
This commit is contained in:
ruthra kumar
2025-07-09 10:45:58 +05:30
committed by Mergify
parent 72b9684742
commit 3b38c6708c

View File

@@ -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"""