show company name in lead list
This commit is contained in:
parent
bde1f4f454
commit
a85b2e4ee3
@ -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'}}
|
||||
]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user