mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
removed the double check box in support ticket list
This commit is contained in:
@@ -44,7 +44,6 @@ wn.doclistviews['Support Ticket'] = wn.views.ListView.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{width: '3%', content: 'check'},
|
|
||||||
{width: '3%', content: 'check'},
|
{width: '3%', content: 'check'},
|
||||||
{width: '20%', content:'name'},
|
{width: '20%', content:'name'},
|
||||||
{width: '10%', content:'status_html'},
|
{width: '10%', content:'status_html'},
|
||||||
|
|||||||
Reference in New Issue
Block a user