Update item_barcode_childtable_migrate.py
This commit is contained in:
parent
d4754619d0
commit
9ec4816b32
@ -27,5 +27,5 @@ def execute():
|
||||
'parent': item.name,
|
||||
'parentfield': 'barcodes'
|
||||
}).insert()
|
||||
except frappe.DuplicateEntryError:
|
||||
except (frappe.DuplicateEntryError, frappe.UniqueValidationError):
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user