reload search criteria in material request patch
This commit is contained in:
parent
10eeae067c
commit
fe62769078
@ -3,4 +3,6 @@ import webnotes
|
|||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("core", "doctype", "doctype")
|
webnotes.reload_doc("core", "doctype", "doctype")
|
||||||
webnotes.rename_doc("DocType", "Purchase Request Item", "Material Request Item", force=True)
|
webnotes.rename_doc("DocType", "Purchase Request Item", "Material Request Item", force=True)
|
||||||
webnotes.rename_doc("DocType", "Purchase Request", "Material Request", force=True)
|
webnotes.rename_doc("DocType", "Purchase Request", "Material Request", force=True)
|
||||||
|
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_bill")
|
||||||
|
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_receive")
|
||||||
Loading…
x
Reference in New Issue
Block a user