patch update for auto indent with email notify

This commit is contained in:
Nijil Y 2011-12-20 17:30:41 +05:30
parent 8dd861bda5
commit d82e8df7e5

View File

@ -3,5 +3,6 @@ def execute():
from webnotes.modules.module_manager import reload_doc
reload_doc('manage_account', 'doctype', 'auto_indent')
reload_doc('item', 'doctype', 'email_notify')
webnotes.conn.sql("alter table `tabSandbox` drop column `minimum_inventory_level`")
webnotes.conn.sql("update `tabItem` set re_order_level = min_order_qty where re_order_level=''")