reload stock entry before running custom fields patch
diff --git a/patches/december_2012/stock_entry_cleanup.py b/patches/december_2012/stock_entry_cleanup.py
index 9710140..728e80a 100644
--- a/patches/december_2012/stock_entry_cleanup.py
+++ b/patches/december_2012/stock_entry_cleanup.py
@@ -1,6 +1,7 @@
 import webnotes
 def execute():
 	# removed following fields
+	webnotes.reload_doc("stock", "doctype", "stock_entry")
 	custom_fields()
 	deprecate_process()
 	webnotes.delete_doc("doctype", "sandbox")