On Task, added default filter, Status=Open

This commit is contained in:
Umair Sayyed 2016-03-23 15:00:07 +05:30
parent 1058bd0ae0
commit 99a686237a

View File

@ -1,5 +1,6 @@
frappe.listview_settings['Task'] = {
add_fields: ["project", "status", "priority", "exp_end_date"],
filters: [["status", "=", "Open"]],
onload: function(listview) {
var method = "erpnext.projects.doctype.task.task.set_multiple_status";