mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
[patches] [fix] removed purchase request reload
This commit is contained in:
@@ -3,8 +3,6 @@ def execute():
|
||||
"""sync supplier quotatoin and create supplier quotation mappers"""
|
||||
webnotes.reload_doc('buying', 'doctype', 'supplier_quotation')
|
||||
webnotes.reload_doc('buying', 'doctype', 'supplier_quotation_item')
|
||||
webnotes.reload_doc('buying', 'doctype', 'purchase_request')
|
||||
webnotes.reload_doc('buying', 'doctype', 'purchase_request_item')
|
||||
webnotes.reload_doc('buying', 'doctype', 'purchase_order')
|
||||
webnotes.reload_doc('buying', 'doctype', 'purchase_order_item')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user