Sales invoice list not showing

Please help, I am Getting the following error on the browser

unreachable code after return statement desk.min.js:70:12432
unreachable code after return statement desk.min.js:8029:187
unreachable code after return statement desk.min.js:70:12432
TypeError: frappe.meta.get_docfield(...) is undefined
frappe.views.ListView<.set_columns()
 list.min.js:149
frappe.views.ListView<.init()
 list.min.js:137
Class()
 desk.min.js:7173
frappe.views.get_listview()
 list.min.js:134
frappe.views.DocListView<.setup_listview()
 list.min.js:96
frappe.views.DocListView<.setup()
 list.min.js:92
frappe.views.DocListView<.init()
 list.min.js:92
Class()
 desk.min.js:7173
frappe.views.ListFactory<.make/<()
 list.min.js:88
.with_doctype/<.callback()
 desk.min.js:7673
frappe.call/callback()
 desk.min.js:7280
frappe.request.call/statusCode[200]()
 desk.min.js:7282
frappe.request.call/<()
 desk.min.js:7288
n.Callbacks/j()
 jquery.min.js:2
n.Callbacks/k.fireWith()
 jquery.min.js:2
x()
 jquery.min.js:4
.send/b/<()
 jquery.min.js:4
 list.min.js:149:234

When using Microsoft Edge browser, getting this error message:

SCRIPT5007: Unable to get property 'label' of undefined or null reference
list.min.js (149,216)
The list.min.js line 149
me.fields.push(d);});}},set_columns:function(){var me=this;this.columns=[];var name_column={colspan:this.settings.colwidths&&this.settings.colwidths.subject||6,type:"Subject",title:"Name"};if(this.meta.title_field){name_column.title=frappe.meta.get_docfield(this.doctype,this.meta.title_field).label;}

The above error occurs after I added filter, click apply and then the system froze. I can’t get into sales invoice since then

@Cahyadi_Suwindra use Firefox / Chrome Latest version. M$ Edge browser is not suitable/supported by ERPNext.

Hi… the same error happens with firefox. I can still show list of other docs, but not sales invoices

Care to post ERPNext, Frappe and Bench version you are running?

Hi… sorry for late response…

I am on below version:
ERPNext: v6.24.5
Frappe Framework: v6.25.6

Issue solved. There is an data integrity issue in table tabProperty Setter; two records on sales invoice are referencing to unknown field. Seems records was inserted when the system froze during custom list/report creation