mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 15:57:41 +00:00
committed by
Rushabh Mehta
parent
065302298f
commit
eae30e5642
@@ -1,5 +1,5 @@
|
||||
frappe.listview_settings['Project'] = {
|
||||
add_fields: ["status", "priority", "is_active", "percent_complete", "expected_end_date"],
|
||||
add_fields: ["status", "priority", "is_active", "percent_complete", "expected_end_date", "project_name"],
|
||||
filters:[["status","=", "Open"]],
|
||||
get_indicator: function(doc) {
|
||||
if(doc.status=="Open" && doc.percent_complete) {
|
||||
|
||||
Reference in New Issue
Block a user