[Frappe 12.6.1] Item List view permlevel of undefined

In the Item List view, I get an odd error. A filter is set, even though none was set before.

Relevant trace:

Uncaught (in promise) TypeError: Cannot read property 'permlevel' of undefined
    at field_select.js:125
    at Function.each (jquery.min.js:2)
    at Object.<anonymous> (field_select.js:123)
    at Function.each (jquery.min.js:2)
    at init.build_options (field_select.js:120)
    at new init (field_select.js:43)
    at frappe.ui.Filter.make_select (filter.js:59)
    at new frappe.ui.Filter (filter.js:46)
    at frappe.ui.FilterGroup._push_new_filter (filter_list.js:108)
    at frappe.ui.FilterGroup.push_new_filter (filter_list.js:83)

This was on a fresh install of Frappe 12.6.1 and ERPNext 12.9.3.

Linked GitHub Issue #10534

Reinstalling bench again did not resolve the issue

Did you solve the issue, I face the same issue!

Any help?? same error in Employee

Bug Fixed. It was caused by a wrong Table Field definition in other doctype.