Hello, today I update to the latest release and got the follow issue:
frappe.exceptions.DuplicateEntryError: (u'Custom Field', u'Payment Entry-section_break_0', IntegrityError(1062, u"Duplicate entry 'Payment Entry-section_break_0' for key 'PRIMARY'"))
It’s because all the Section Break in custom_fields are renamed to section_break_0!
There is a issue open https://github.com/frappe/erpnext/issues/13289
Anyone have a workaround for this?
Thanks