[patches] [fix] removed purchase request reload

This commit is contained in:
Anand Doshi 2013-05-16 15:37:36 +05:30
parent 1d4b5b4ca6
commit c852596f15
2 changed files with 0 additions and 3 deletions

View File

@ -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()

View File

@ -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')