brotherton-erpnext/erpnext/patches/august_2012/remove_cash_flow_statement.py
2012-08-31 11:01:21 +05:30

3 lines
121 B
Python

def execute():
import webnotes
webnotes.conn.sql("delete from `tabSearch Criteria` where name = 'cash_flow_statement'")