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

This commit is contained in:
Rushabh Mehta
2012-12-04 09:41:37 +01:00

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',