[fix] [patch] convert applicable territory

This commit is contained in:
Anand Doshi 2015-09-24 15:22:12 +05:30
parent bba0a5d38f
commit e75d947867

View File

@ -2,6 +2,7 @@ import frappe
def execute():
frappe.reload_doc("stock", "doctype", "price_list_country")
frappe.reload_doc("accounts", "doctype", "shipping_rule_country")
frappe.reload_doctype("Price List")
frappe.reload_doctype("Shipping Rule")