brotherton-erpnext/patches/august_2012/remove_cash_flow_statement.py

4 lines
161 B
Python
Raw Normal View History

2012-09-07 08:57:14 +00:00
from __future__ import unicode_literals
2012-08-31 05:31:21 +00:00
def execute():
import webnotes
webnotes.conn.sql("delete from `tabSearch Criteria` where name = 'cash_flow_statement'")