show company name in lead list

This commit is contained in:
Anand Doshi 2012-12-27 13:52:47 +05:30
parent bde1f4f454
commit a85b2e4ee3

View File

@ -5,7 +5,7 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
'tabLead.lead_name',
'tabLead.status',
'tabLead.source',
'tabLead.company',
'tabLead.company_name',
'tabLead.modified_by'
]);
this.stats = this.stats.concat(['status', 'source', 'rating', 'company']);
@ -31,7 +31,7 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
{width: '30%', content:'lead_name'},
{width: '12%', content:'status_html'},
{width: '15%', content:'lead_status+tags', css: {color:'#222'}},
{width: '23%', content: 'company'},
{width: '23%', content: 'company_name'},
{width: '12%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
]
})