commit | 1107d50a591dc91e7a862f776dbfe7349a7cafee | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Dec 20 12:42:16 2012 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Dec 20 12:42:16 2012 +0530 |
tree | 41552a36d1255bfcf9a1be1b0588027e8e3b1034 | |
parent | def65c671d8694f6b29c5a8e8ec24773a49cb41b [diff] |
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")