commit | 206bd53b356e6d3c3e93f31547e69854f6a44d75 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Dec 04 16:19:06 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Dec 04 16:19:06 2012 +0530 |
tree | 1e2a54c5624414d6d27b15f6de249439b29abea4 | |
parent | 188f977f739b676a2a726ce7126aa8c31fb357ce [diff] | |
parent | 705fed3df921411052bb0b8973a03b29da31a342 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/projects/doctype/task/task_list.js b/projects/doctype/task/task_list.js index e6f3a73..a3d971a 100644 --- a/projects/doctype/task/task_list.js +++ b/projects/doctype/task/task_list.js
@@ -4,6 +4,7 @@ this._super(d); this.fields = this.fields.concat([ '`tabTask`.subject', + '`tabTask`.modified', '`tabTask`.status', '`tabTask`.opening_date', '`tabTask`.priority',