mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
fix: indicator ofor template task
This commit is contained in:
@@ -20,7 +20,8 @@ frappe.listview_settings['Task'] = {
|
||||
"Pending Review": "orange",
|
||||
"Working": "orange",
|
||||
"Completed": "green",
|
||||
"Cancelled": "dark grey"
|
||||
"Cancelled": "dark grey",
|
||||
"Template": "blue"
|
||||
}
|
||||
return [__(doc.status), colors[doc.status], "status,=," + doc.status];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user