mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
from __future__ import unicode_literals
|
|
from webnotes.model import delete_doc
|
|
|
|
def execute():
|
|
# remove search criteria
|
|
delete_doc("Search Criteria", "trial_balance")
|