removed the double check box in support ticket list

This commit is contained in:
Anand Doshi 2012-05-21 19:36:47 +05:30
parent ceb2ab35e6
commit d287962cd9

View File

@ -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'},