mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
[fix] [patch] reload item attribute + value
This commit is contained in:
@@ -40,8 +40,8 @@ def rename_and_reload_doctypes():
|
|||||||
|
|
||||||
frappe.reload_doctype("Item")
|
frappe.reload_doctype("Item")
|
||||||
frappe.reload_doc("Stock", "DocType", "Item Variant Attribute")
|
frappe.reload_doc("Stock", "DocType", "Item Variant Attribute")
|
||||||
frappe.reload_doctype("Item Attribute Value")
|
frappe.reload_doc("Stock", "DocType", "Item Attribute Value")
|
||||||
frappe.reload_doctype("Item Attribute")
|
frappe.reload_doc("Stock", "DocType", "Item Attribute")
|
||||||
|
|
||||||
def migrate_manage_variants():
|
def migrate_manage_variants():
|
||||||
item_attribute = {}
|
item_attribute = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user