mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
[fix] [patch] convert_applicable_territory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doctype("Price List Country")
|
frappe.reload_doc("stock", "doctype", "price_list_country")
|
||||||
frappe.reload_doctype("Price List")
|
frappe.reload_doctype("Price List")
|
||||||
frappe.reload_doctype("Shipping Rule")
|
frappe.reload_doctype("Shipping Rule")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user