[cleanup] moved for territory, price list and item price doctype from setup to stock

This commit is contained in:
Akhilesh Darjee
2013-10-31 12:35:52 +05:30
parent 9304396e17
commit 0b39e95011
21 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import webnotes
def execute():
webnotes.reload_doc("selling", "doctype", "shopping_cart_price_list")
webnotes.reload_doc("setup", "doctype", "item_price")
webnotes.reload_doc("stock", "doctype", "item_price")
for t in [
("Supplier Quotation", "price_list_name", "buying_price_list"),