mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
5 lines
196 B
Python
5 lines
196 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules import reload_doc
|
|
reload_doc("accounts", "search_criteria", "debtors_ledger")
|
|
reload_doc("accounts", "search_criteria", "creditors_ledger") |