[minor] patch fix for 6-7

This commit is contained in:
Rushabh Mehta 2016-09-20 16:48:05 +05:30
parent 5cf5019b89
commit 989a4849fe

View File

@ -5,7 +5,7 @@ def execute():
frappe.reload_doc("accounts", "doctype", "shipping_rule_country")
frappe.reload_doctype("Price List")
frappe.reload_doctype("Shipping Rule")
frappe.reload_doctype("Shopping Cart Settings")
frappe.reload_doctype("shopping_cart", "doctype", "shopping_cart_settings")
# for price list
countries = frappe.db.sql_list("select name from tabCountry")