mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +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",
|
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