brotherton-erpnext/patches/august_2012/remove_cash_flow_statement.py

4 lines
161 B
Python
Raw Normal View History

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