mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
reload stock entry before running custom fields patch
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
def execute():
|
def execute():
|
||||||
# removed following fields
|
# removed following fields
|
||||||
|
webnotes.reload_doc("stock", "doctype", "stock_entry")
|
||||||
custom_fields()
|
custom_fields()
|
||||||
deprecate_process()
|
deprecate_process()
|
||||||
webnotes.delete_doc("doctype", "sandbox")
|
webnotes.delete_doc("doctype", "sandbox")
|
||||||
|
|||||||
Reference in New Issue
Block a user