Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi 2012-12-04 16:19:06 +05:30
commit 206bd53b35

View File

@ -4,6 +4,7 @@ wn.doclistviews['Task'] = wn.views.ListView.extend({
this._super(d); this._super(d);
this.fields = this.fields.concat([ this.fields = this.fields.concat([
'`tabTask`.subject', '`tabTask`.subject',
'`tabTask`.modified',
'`tabTask`.status', '`tabTask`.status',
'`tabTask`.opening_date', '`tabTask`.opening_date',
'`tabTask`.priority', '`tabTask`.priority',