brotherton-erpnext/patches/august_2012/remove_cash_flow_statement.py
2012-09-24 19:13:42 +05:30

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'")