mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
moved directory structure
This commit is contained in:
4
patches/august_2012/remove_cash_flow_statement.py
Normal file
4
patches/august_2012/remove_cash_flow_statement.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("delete from `tabSearch Criteria` where name = 'cash_flow_statement'")
|
||||
Reference in New Issue
Block a user