reload stock entry before running custom fields patch

This commit is contained in:
Anand Doshi 2012-12-20 12:42:16 +05:30
parent def65c671d
commit 1107d50a59

View File

@ -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")