From 4d6a71c5f20e2c1a36cc03c71cfa0a87c826d48e Mon Sep 17 00:00:00 2001 From: Nijil Y Date: Wed, 21 Dec 2011 11:56:42 +0530 Subject: [PATCH] Update erpnext/patches/auto_indent.py --- erpnext/patches/auto_indent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/auto_indent.py b/erpnext/patches/auto_indent.py index 1b5bbcf108..2c7392fdf4 100644 --- a/erpnext/patches/auto_indent.py +++ b/erpnext/patches/auto_indent.py @@ -3,6 +3,6 @@ def execute(): from webnotes.modules.module_manager import reload_doc reload_doc('setup', 'doctype', 'manage_account') reload_doc('stock', 'doctype', 'item') - webnotes.conn.sql("alter table `tabSandbox` drop column `minimum_inventory_level`") + webnotes.conn.sql("alter table `tabItem` drop column `minimum_inventory_level`") webnotes.conn.sql("update `tabItem` set re_order_level = ifnull(re_order_level,min_order_qty) ") \ No newline at end of file