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

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

View File

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