[fix] [minor] reload shopping_cart_price_list

This commit is contained in:
Nabin Hait 2013-08-15 14:39:12 +05:30
parent 3ead4a6e08
commit f32a4643e5

View File

@ -5,6 +5,8 @@ from __future__ import unicode_literals
import webnotes
def execute():
webnotes.reload_doc("website", "doctype", "shopping_cart_price_list")
for t in [
("Supplier Quotation", "price_list_name", "buying_price_list"),
("Purchase Order", "price_list_name", "buying_price_list"),