mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[patches] [fix] removed purchase request reload
This commit is contained in:
@@ -13,6 +13,5 @@ def execute():
|
||||
|
||||
webnotes.conn.commit()
|
||||
webnotes.reload_doc("buying", "doctype", "purchase_order")
|
||||
webnotes.reload_doc("buying", "doctype", "purchase_request")
|
||||
webnotes.reload_doc("accounts", "doctype", "purchase_invoice")
|
||||
webnotes.conn.begin()
|
||||
Reference in New Issue
Block a user