mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
refactor: Replace darkgray indicator with gray indicator
This commit is contained in:
@@ -6,7 +6,7 @@ frappe.listview_settings['Contract'] = {
|
||||
} else if (doc.status == "Active") {
|
||||
return [__(doc.status), "green", "status,=," + doc.status];
|
||||
} else if (doc.status == "Inactive") {
|
||||
return [__(doc.status), "darkgray", "status,=," + doc.status];
|
||||
return [__(doc.status), "gray", "status,=," + doc.status];
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user