mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
4 lines
161 B
Python
4 lines
161 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("delete from `tabSearch Criteria` where name = 'cash_flow_statement'") |