diff --git a/patches/december_2012/stock_entry_cleanup.py b/patches/december_2012/stock_entry_cleanup.py index 97101407b52..728e80ae415 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")