mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
fix: update return value in workstation list view indicator (#54198)
This commit is contained in:
committed by
GitHub
parent
9cdfe74de6
commit
887d2a8379
@@ -10,6 +10,6 @@ frappe.listview_settings["Workstation"] = {
|
||||
Setup: "blue",
|
||||
};
|
||||
|
||||
return [__(doc.status), color_map[doc.status], true];
|
||||
return [__(doc.status), color_map[doc.status], "status,=," + doc.status];
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user