mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
[minor] patch fix for 6-7
This commit is contained in:
@@ -5,7 +5,7 @@ def execute():
|
|||||||
frappe.reload_doc("accounts", "doctype", "shipping_rule_country")
|
frappe.reload_doc("accounts", "doctype", "shipping_rule_country")
|
||||||
frappe.reload_doctype("Price List")
|
frappe.reload_doctype("Price List")
|
||||||
frappe.reload_doctype("Shipping Rule")
|
frappe.reload_doctype("Shipping Rule")
|
||||||
frappe.reload_doctype("Shopping Cart Settings")
|
frappe.reload_doctype("shopping_cart", "doctype", "shopping_cart_settings")
|
||||||
|
|
||||||
# for price list
|
# for price list
|
||||||
countries = frappe.db.sql_list("select name from tabCountry")
|
countries = frappe.db.sql_list("select name from tabCountry")
|
||||||
|
|||||||
Reference in New Issue
Block a user