fix: Reload doctype in variants patch (#18962)
This commit is contained in:
parent
594918bd3a
commit
e352fb754b
@ -1,6 +1,7 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc('stock', 'doctype', 'item_variant_attribute')
|
||||
frappe.db.sql('''
|
||||
UPDATE `tabItem Variant Attribute` t1
|
||||
INNER JOIN `tabItem` t2 ON t2.name = t1.parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user