mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
Update item_barcode_childtable_migrate.py
This commit is contained in:
@@ -27,5 +27,5 @@ def execute():
|
||||
'parent': item.name,
|
||||
'parentfield': 'barcodes'
|
||||
}).insert()
|
||||
except frappe.DuplicateEntryError:
|
||||
except (frappe.DuplicateEntryError, frappe.UniqueValidationError):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user