mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
chore: rename method
(cherry picked from commit fc8ca7d82c)
# Conflicts:
# erpnext/accounts/report/accounts_receivable/accounts_receivable.py
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user