added company in lead list
This commit is contained in:
parent
98d588cd7d
commit
5ea807829a
@ -5,6 +5,7 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
|
||||
'tabLead.lead_name',
|
||||
'tabLead.status',
|
||||
'tabLead.source',
|
||||
'tabLead.company',
|
||||
'tabLead.modified_by'
|
||||
]);
|
||||
this.stats = this.stats.concat(['status', 'source', 'rating', 'company']);
|
||||
@ -29,7 +30,8 @@ wn.doclistviews['Lead'] = wn.views.ListView.extend({
|
||||
{width: '5%', content:'avatar_modified'},
|
||||
{width: '30%', content:'lead_name'},
|
||||
{width: '12%', content:'status_html'},
|
||||
{width: '38%', content:'lead_status+tags', css: {color:'#222'}},
|
||||
{width: '15%', content:'lead_status+tags', css: {color:'#222'}},
|
||||
{width: '23%', content: 'company'},
|
||||
{width: '12%', content:'modified', css: {'text-align': 'right', 'color':'#777'}}
|
||||
]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user