reload stock entry before running custom fields patch
This commit is contained in:
parent
def65c671d
commit
1107d50a59
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user