Merge pull request #35591 from resilient-tech/remove-whitelisting

chore: remove whitelisting for methods not accessed from UI
This commit is contained in:
Deepesh Garg
2023-06-20 20:29:49 +05:30
committed by GitHub
5 changed files with 0 additions and 5 deletions

View File

@@ -161,7 +161,6 @@ def add_account_subtype(account_subtype):
frappe.throw(frappe.get_traceback())
@frappe.whitelist()
def sync_transactions(bank, bank_account):
"""Sync transactions based on the last integration date as the start date, after sync is completed
add the transaction date of the oldest transaction as the last integration date."""